瀏覽代碼

HDFS-12965. Ozone: Documentation : Add ksm -createObjectStore command documentation. Contributed by Shashikant Banerjee.

Nanda kumar 7 年之前
父節點
當前提交
4ebce9ce95
共有 1 個文件被更改,包括 8 次插入1 次删除
  1. 8 1
      hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/OzoneGettingStarted.md.vm

+ 8 - 1
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`
    - `./hdfs scm -init`
 
 
- Start SCM and KSM.
+ Start SCM.
 
 
    - `./hdfs --daemon start scm`
    - `./hdfs --daemon start scm`
+
+ Once SCM gets started, KSM must be initialized.
+
+   - `./hdfs ksm -createObjectStore`
+
+ Start KSM.
+
    - `./hdfs --daemon start ksm`
    - `./hdfs --daemon start ksm`
 
 
 if you would like to start HDFS and Ozone together, you can do that by running
 if you would like to start HDFS and Ozone together, you can do that by running