You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by el...@apache.org on 2018/08/27 09:52:18 UTC

hadoop git commit: HDDS-334. Update GettingStarted page to mention details about Ozone GenConf tool. Contributed by Dinesh Chitlangia.

Repository: hadoop
Updated Branches:
  refs/heads/trunk b9b964d25 -> 91836f0f8


HDDS-334. Update GettingStarted page to mention details about Ozone GenConf tool. 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/91836f0f
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/91836f0f
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/91836f0f

Branch: refs/heads/trunk
Commit: 91836f0f81a663d1efa9f29b1610bcdbe0cc79c1
Parents: b9b964d
Author: Márton Elek <el...@apache.org>
Authored: Mon Aug 27 11:41:08 2018 +0200
Committer: Márton Elek <el...@apache.org>
Committed: Mon Aug 27 11:41:08 2018 +0200

----------------------------------------------------------------------
 hadoop-ozone/docs/content/GettingStarted.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/91836f0f/hadoop-ozone/docs/content/GettingStarted.md
----------------------------------------------------------------------
diff --git a/hadoop-ozone/docs/content/GettingStarted.md b/hadoop-ozone/docs/content/GettingStarted.md
index 61d210a..4a57ada 100644
--- a/hadoop-ozone/docs/content/GettingStarted.md
+++ b/hadoop-ozone/docs/content/GettingStarted.md
@@ -127,9 +127,16 @@ be activated as part of the normal HDFS Datanode bootstrap.
 ```
 
 
-#### Create ozone-site.xml
+#### Create/Generate ozone-site.xml
 
 Ozone relies on its own configuration file called `ozone-site.xml`.
+
+The following command will generate a template ozone-site.xml at the specified
+path
+```
+ozone genconf -output <path>
+```
+
 The following are the most important settings.
 
  1. _*ozone.enabled*_  This is the most important setting for ozone.


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