Repository: hadoop Updated Branches: refs/heads/HDFS-13891 4875eea2a -> ebf6bf304 (forced update)
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/6a06bc30 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/6a06bc30 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/6a06bc30 Branch: refs/heads/HDFS-13891 Commit: 6a06bc309d72c766694eb6296d5f3fb5c3c597c5 Parents: c1fe657 Author: Anu Engineer <[email protected]> Authored: Tue Oct 9 16:57:39 2018 -0700 Committer: Anu Engineer <[email protected]> Committed: Tue Oct 9 16:57:39 2018 -0700 ---------------------------------------------------------------------- hadoop-ozone/docs/content/OzoneFS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/6a06bc30/hadoop-ozone/docs/content/OzoneFS.md ---------------------------------------------------------------------- diff --git a/hadoop-ozone/docs/content/OzoneFS.md b/hadoop-ozone/docs/content/OzoneFS.md index d0621be..6853992 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>o3://localhost:9864/volume/bucket</value> </property> {{< /highlight >}} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
