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

siyao pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 8a39524  HADOOP-17245. Add OzoneFileSystem classes to 
core-default.xml. (#2276)
8a39524 is described below

commit 8a3952436c2c19c8115ac03aab810e8527c7a65b
Author: Bharat Viswanadham <[email protected]>
AuthorDate: Fri Sep 4 18:38:48 2020 -0700

    HADOOP-17245. Add OzoneFileSystem classes to core-default.xml. (#2276)
---
 .../hadoop-common/src/main/resources/core-default.xml      | 14 ++++++++++++++
 1 file changed, 14 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 cf156af..999fc4a 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
@@ -3979,4 +3979,18 @@
       ThreadGroup approach is preferred for better performance.
     </description>
   </property>
+
+  <property>
+    <name>fs.AbstractFileSystem.ofs.impl</name>
+    <value>org.apache.hadoop.fs.ozone.RootedOzFs</value>
+    <description>The AbstractFileSystem for Rooted Ozone
+      FileSystem ofs uri</description>
+  </property>
+
+  <property>
+    <name>fs.AbstractFileSystem.o3fs.impl</name>
+    <value>org.apache.hadoop.fs.ozone.OzFs</value>
+    <description>The AbstractFileSystem for Ozone FileSystem o3fs 
uri</description>
+  </property>
+
 </configuration>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to