From f4466402aeedab6919fa6800946e1c11df3c7a1f Mon Sep 17 00:00:00 2001 From: Nanda kumar Date: Tue, 27 Feb 2018 23:19:50 +0530 Subject: [PATCH] HDFS-12965. Ozone: Documentation : Add ksm -createObjectStore command documentation. Contributed by Shashikant Banerjee. --- .../src/site/markdown/OzoneGettingStarted.md.vm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/OzoneGettingStarted.md.vm b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/OzoneGettingStarted.md.vm index 79a28c945f..3395a8eb22 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/OzoneGettingStarted.md.vm +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/OzoneGettingStarted.md.vm @@ -248,9 +248,16 @@ is running, please verify it is fully functional by running some commands like - `./hdfs scm -init` - Start SCM and KSM. + Start SCM. - `./hdfs --daemon start scm` + + Once SCM gets started, KSM must be initialized. + + - `./hdfs ksm -createObjectStore` + + Start KSM. + - `./hdfs --daemon start ksm` if you would like to start HDFS and Ozone together, you can do that by running