HADOOP-15857. Remove ozonefs class name definition from core-default.xml. Contributed by Elek, Marton.
This commit is contained in:
parent
ced2596094
commit
c5bf07154f
|
@ -1769,14 +1769,6 @@
|
|||
</description>
|
||||
</property>
|
||||
|
||||
|
||||
<!-- Ozone file system properties -->
|
||||
<property>
|
||||
<name>fs.o3.impl</name>
|
||||
<value>org.apache.hadoop.fs.ozone.OzoneFileSystem</value>
|
||||
<description>The implementation class of the Ozone FileSystem.</description>
|
||||
</property>
|
||||
|
||||
<property>
|
||||
<name>fs.AbstractFileSystem.o3.impl</name>
|
||||
<value>org.apache.hadoop.fs.ozone.OzFs</value>
|
||||
|
|
Loading…
Reference in New Issue