umamaheswararao commented on a change in pull request #1988:
URL: https://github.com/apache/hadoop/pull/1988#discussion_r418460429



##########
File path: 
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FsConstants.java
##########
@@ -42,4 +42,11 @@
    */
   public static final URI VIEWFS_URI = URI.create("viewfs:///");
   public static final String VIEWFS_SCHEME = "viewfs";
+
+  public static final String VIEWFS_OVERLOAD_SCHEME_KEY =
+      "fs.viewfs.overload.scheme";
+  public static final String VIEWFS_OVERLOAD_SCHEME_DEFAULT = "hdfs";
+  public static final String 
FS_VIEWFS_OVERLOAD_SCHEME_TARGET_FS_IMPL_PATTERN_KEY =
+      "fs.viewfs.overload.scheme.target.%s.impl";
+  public static final String FS_IMPL_PATTERN_KEY = "fs.%s.impl";

Review comment:
       Initial commit was using first two in src, anyway now I removed config 
of VIEWFS_OVERLOAD_SCHEME_DEFAULT completely. So, only 
FS_VIEWFS_OVERLOAD_SCHEME_TARGET_FS_IMPL_PATTERN is there now and using this in 
ViewFsOverloadScheme class.




----------------------------------------------------------------
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]

Reply via email to