umamaheswararao commented on a change in pull request #2276:
URL: https://github.com/apache/hadoop/pull/2276#discussion_r483830038
##########
File path:
hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
##########
@@ -3979,4 +3979,34 @@
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.ofs.impl</name>
+ <value>org.apache.hadoop.fs.ozone.RootedOzoneFileSystem</value>
+ <description>
+ The implementation class of the Rooted OzoneFileSystem
+ </description>
+ </property>
+
+ <property>
+ <name>fs.o3fs.impl</name>
Review comment:
Same a above.
----------------------------------------------------------------
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]