From 91836f0f81a663d1efa9f29b1610bcdbe0cc79c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Elek?= Date: Mon, 27 Aug 2018 11:41:08 +0200 Subject: [PATCH] HDDS-334. Update GettingStarted page to mention details about Ozone GenConf tool. Contributed by Dinesh Chitlangia. --- hadoop-ozone/docs/content/GettingStarted.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hadoop-ozone/docs/content/GettingStarted.md b/hadoop-ozone/docs/content/GettingStarted.md index 61d210a7fe2..4a57adabc77 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 +``` + The following are the most important settings. 1. _*ozone.enabled*_ This is the most important setting for ozone.