HADOOP-17245. Add OzoneFileSystem classes to core-default.xml. (#2276)
This commit is contained in:
parent
5346cc3263
commit
8a3952436c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user