HDFS-12879. Ozone : add scm init command to document. Contributed by Rahul Pathak.
This commit is contained in:
parent
7b3179f551
commit
150c4e1d0b
@ -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
|
||||
------------------
|
||||
|
@ -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`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user