This is an automated email from the ASF dual-hosted git repository.
umamahesh pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.3 by this push:
new 3589340 HDFS-15462. Add fs.viewfs.overload.scheme.target.ofs.impl to
core-default.xml (#2131)
3589340 is described below
commit 358934059f6421166caf76e8e70d9e852b1ce8dc
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 accb1b9..cf156af 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
@@ -968,6 +968,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 3b9947e..dd9f41a 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
@@ -133,6 +133,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]