umamaheswararao commented on a change in pull request #2389:
URL: https://github.com/apache/hadoop/pull/2389#discussion_r512389009
##########
File path:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/Constants.java
##########
@@ -125,4 +125,8 @@
"fs.viewfs.ignore.port.in.mount.table.name";
boolean CONFIG_VIEWFS_IGNORE_PORT_IN_MOUNT_TABLE_NAME_DEFAULT = false;
+
+ String CONFIG_VIEWFS_MOUNTTABLE_LOADER_IMPL = CONFIG_VIEWFS_PREFIX +
".config.loader.impl";
+
+ String CONFIG_VIEWFS_MOUNTTABLE_LOADER_IMPL_DEFAULT =
"org.apache.hadoop.fs.viewfs.HCFSMountTableConfigLoader";
Review comment:
I think you can use HCFSMountTableConfigLoader.class.getName() here
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]