This is an automated email from the ASF dual-hosted git repository.
umamahesh pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new 47df224 HDFS-15462. Add fs.viewfs.overload.scheme.target.ofs.impl to
core-default.xml (#2131)
47df224 is described below
commit 47df2245d381001f6b89af0cf1670fe2dccf0108
Author: Siyao Meng <[email protected]>
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 1f93394..82db132 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
@@ -924,6 +924,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 4c9b8bb..9b89f11 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
@@ -126,6 +126,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: [email protected]
For additional commands, e-mail: [email protected]