HADOOP-15857. Remove ozonefs class name definition from core-default.xml. Contributed by Elek, Marton.

This commit is contained in:
Sunil G 2018-10-16 18:56:49 +05:30
parent ced2596094
commit c5bf07154f
1 changed files with 0 additions and 8 deletions

View File

@ -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>