This is an automated email from the ASF dual-hosted git repository.

umamahesh pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new 0bd0cb1  HDFS-15462. Add fs.viewfs.overload.scheme.target.ofs.impl to 
core-default.xml (#2131)
0bd0cb1 is described below

commit 0bd0cb1b06102d3b52beaf733ade8593ed4b3ca6
Author: Siyao Meng <50227127+smen...@users.noreply.github.com>
AuthorDate: Thu Jul 9 12:38:52 2020 -0700

    HDFS-15462. Add fs.viewfs.overload.scheme.target.ofs.impl to 
core-default.xml (#2131)
    
    (cherry picked from commit 0e694b20b9d59cc46882df506dcea386020b1e4d)
---
 .../hadoop-common/src/main/resources/core-default.xml             | 8 ++++++++
 .../org/apache/hadoop/conf/TestCommonConfigurationFields.java     | 1 +
 2 files changed, 9 insertions(+)

diff --git 
a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml 
b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
index 79d5199..d3080e1 100644
--- a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
+++ b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
@@ -926,6 +926,14 @@
 </property>
 
 <property>
+  <name>fs.viewfs.overload.scheme.target.ofs.impl</name>
+  <value>org.apache.hadoop.fs.ozone.RootedOzoneFileSystem</value>
+  <description>The RootedOzoneFileSystem for view file system overload scheme
+    when child file system and ViewFSOverloadScheme's schemes are ofs.
+  </description>
+</property>
+
+<property>
   <name>fs.viewfs.overload.scheme.target.o3fs.impl</name>
   <value>org.apache.hadoop.fs.ozone.OzoneFileSystem</value>
   <description>The OzoneFileSystem for view file system overload scheme when
diff --git 
a/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestCommonConfigurationFields.java
 
b/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestCommonConfigurationFields.java
index bd93f7e..04b6db6 100644
--- 
a/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestCommonConfigurationFields.java
+++ 
b/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestCommonConfigurationFields.java
@@ -132,6 +132,7 @@ public class TestCommonConfigurationFields extends 
TestConfigurationFieldsBase {
     xmlPropsToSkipCompare.add("fs.viewfs.overload.scheme.target.hdfs.impl");
     xmlPropsToSkipCompare.add("fs.viewfs.overload.scheme.target.http.impl");
     xmlPropsToSkipCompare.add("fs.viewfs.overload.scheme.target.https.impl");
+    xmlPropsToSkipCompare.add("fs.viewfs.overload.scheme.target.ofs.impl");
     xmlPropsToSkipCompare.add("fs.viewfs.overload.scheme.target.o3fs.impl");
     xmlPropsToSkipCompare.add("fs.viewfs.overload.scheme.target.oss.impl");
     xmlPropsToSkipCompare.add("fs.viewfs.overload.scheme.target.s3a.impl");


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to