HDDS-559. fs.default.name is deprecated.

Contributed by  Dinesh Chitlangia.
This commit is contained in:
Anu Engineer 2018-10-09 16:57:39 -07:00
parent c1fe657a10
commit 6a06bc309d

View File

@ -46,7 +46,7 @@ Please add the following entry to the core-site.xml.
<value>org.apache.hadoop.fs.ozone.OzoneFileSystem</value>
</property>
<property>
<name>fs.default.name</name>
<name>fs.defaultFS</name>
<value>o3://localhost:9864/volume/bucket</value>
</property>
{{< /highlight >}}