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

This commit is contained in:
Nanda kumar 2018-02-27 23:19:50 +05:30 committed by Owen O'Malley
parent 1094af072c
commit f4466402ae

View File

@ -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