HDDS-559. fs.default.name is deprecated.
Contributed by  Dinesh Chitlangia.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/911b570d
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/911b570d
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/911b570d

Branch: refs/heads/ozone-0.3
Commit: 911b570d6710e6304ad147e851f2f9ef407f7ee6
Parents: 78ec30c
Author: Anu Engineer <aengin...@apache.org>
Authored: Tue Oct 9 16:57:39 2018 -0700
Committer: Márton Elek <e...@apache.org>
Committed: Mon Oct 29 15:07:36 2018 +0100

----------------------------------------------------------------------
 hadoop-ozone/docs/content/OzoneFS.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/911b570d/hadoop-ozone/docs/content/OzoneFS.md
----------------------------------------------------------------------
diff --git a/hadoop-ozone/docs/content/OzoneFS.md 
b/hadoop-ozone/docs/content/OzoneFS.md
index e19c9b9..06102a2 100644
--- a/hadoop-ozone/docs/content/OzoneFS.md
+++ b/hadoop-ozone/docs/content/OzoneFS.md
@@ -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>o3fs://localhost:9864/volume/bucket</value>
 </property>
 {{< /highlight >}}


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to