-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-19766: ABFS. Update doc for FNS-DFS removal #8205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
🎊 +1 overall
This message was automatically generated. |
anujmodi2021
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor comment rest looks good
| To enable ABFS Driver to work with FNS Accounts, Support for Blob Endpoint is being added. | ||
| To enable ABFS Driver to work with FNS Accounts, support for Blob Endpoint is being added. | ||
| This is because Azure services do not recommend using DFS Endpoint for FNS Accounts. | ||
| FNS over DFS endpoint is **DEPRECATED**. All requests will be switched to Blob endpoint internally if |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of deprecated, we should say removed
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
Description of PR
JIRA: https://issues.apache.org/jira/browse/HADOOP-19766
Updating doc for the recent FNS-DFS deprecation
How was this patch tested?
No production code change