Repository: hadoop Updated Branches: refs/heads/HDFS-7240 d985f735c -> 4ebce9ce9
HDFS-12965. Ozone: Documentation : Add ksm -createObjectStore command documentation. Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4ebce9ce Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4ebce9ce Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/4ebce9ce Branch: refs/heads/HDFS-7240 Commit: 4ebce9ce95eb6e916db36c6b19a58e0d919ac9f6 Parents: d985f73 Author: Nanda kumar <[email protected]> Authored: Tue Feb 27 23:19:50 2018 +0530 Committer: Nanda kumar <[email protected]> Committed: Tue Feb 27 23:19:50 2018 +0530 ---------------------------------------------------------------------- .../hadoop-hdfs/src/site/markdown/OzoneGettingStarted.md.vm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/4ebce9ce/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/OzoneGettingStarted.md.vm ---------------------------------------------------------------------- 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 79a28c9..3395a8e 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 @@ -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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
