Repository: hadoop Updated Branches: refs/heads/HDFS-7240 d069734a4 -> 4f84fe154
HDFS-12879. Ozone : add scm init command to document. Contributed by Rahul Pathak. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4f84fe15 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4f84fe15 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/4f84fe15 Branch: refs/heads/HDFS-7240 Commit: 4f84fe1544f8961c28dc7a42c1189583d765c0c7 Parents: d069734 Author: Xiaoyu Yao <[email protected]> Authored: Mon Jan 29 16:25:11 2018 -0800 Committer: Xiaoyu Yao <[email protected]> Committed: Mon Jan 29 16:25:11 2018 -0800 ---------------------------------------------------------------------- .../hadoop-hdfs/src/site/markdown/OzoneCommandShell.md | 2 +- .../hadoop-hdfs/src/site/markdown/OzoneGettingStarted.md.vm | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/4f84fe15/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/OzoneCommandShell.md ---------------------------------------------------------------------- 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 015018a..9df974f 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 ------------------ http://git-wip-us.apache.org/repos/asf/hadoop/blob/4f84fe15/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 18b89b2..1f01680 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` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
