HDFS-12879. Ozone : add scm init command to document. Contributed by Rahul Pathak.

This commit is contained in:
Xiaoyu Yao 2018-01-29 16:25:11 -08:00 committed by Owen O'Malley
parent 7b3179f551
commit 150c4e1d0b
2 changed files with 7 additions and 1 deletions

View File

@ -114,7 +114,7 @@ Returns information about a given bucket.
### List Buckets
List buckets on a given volume.
* `hdfs oz -listtBucket http://localhost:9864/hive`
* `hdfs oz -listBucket http://localhost:9864/hive`
Ozone Key Commands
------------------

View File

@ -244,6 +244,12 @@ is running, please verify it is fully functional by running some commands like
need to start SCM and KSM. Currently we assume that both KSM and SCM
is running on the same node, this will change in future.
The first time you bring up Ozone, SCM must be initialized.
- `./hdfs scm -init`
Start SCM and KSM.
- `./hdfs --daemon start scm`
- `./hdfs --daemon start ksm`