-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-19595. [branch-3.4] ABFS: AbfsConfiguration should store account type information (HNS or FNS) #7791
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
HADOOP-19595. [branch-3.4] ABFS: AbfsConfiguration should store account type information (HNS or FNS) #7791
Conversation
…mation (HNS or FNS) (apache#7765) Contributed by Manish Bhatt
|
🎊 +1 overall
This message was automatically generated. |
============================================================
|
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.
+1 Backport PR
JIRA: https://issues.apache.org/jira/browse/HADOOP-19595
Trunk PR: #7765
Currently, we keep the namespaceEnabled information at both the client and store levels, updating it in both locations when a filesystem is created. With this PR, we've moved this information to the ABFS configuration class, allowing anyone who needs it to access it from there. This update helps minimize confusion and removes data redundancy.