diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/OzoneCommandShell.md b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/OzoneCommandShell.md index 015018a6ac..9df974fda8 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/OzoneCommandShell.md +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/OzoneCommandShell.md @@ -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 ------------------ 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 18b89b226b..1f01680c21 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 @@ -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`