-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HDFS-15394. Add all available fs.viewfs.overload.scheme.target.<scheme>.impl classes in core-default.xml bydefault. #2058
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
…e>.impl classes in core-default.xml bydefault.
…e>.impl classes in core-default.xml bydefault.
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
Thanx @umamaheswararao for the work here.
TestViewFileSystemOverloadSchemeWithHdfsScheme#testInvalidOverloadSchemeTargetFS
|
I see this test is asserting xml vs config class. However, the idea is not to expose this configurations to users. I am building the key dynamically in using |
I have addressed test failures. Please take a look. Thanks |
...roject/hadoop-common/src/test/java/org/apache/hadoop/conf/TestCommonConfigurationFields.java
Show resolved
Hide resolved
Alternatively I am also thinking ServiceLoader based impl class loading automatically which implements FileSystem, instead of depending on config parameters. That needs more testing from my side. If that works,I will file another JIRA and get rid of this config items. But for now, this configs should work. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
Sound great @umamaheswararao +1 |
Thanks a lot, @ayushtkn for the review! |
https://issues.apache.org/jira/browse/HDFS-15394