HDFS-10374. typo in HDFSHighAvailabilityWithQJM doc. Contributed by Takashi Ohnishi.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6957e456 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/6957e456 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/6957e456 Branch: refs/heads/HDFS-1312 Commit: 6957e4569996734b1b176e04df5a03d000bed5b7 Parents: 8ef75a7 Author: Masatake Iwasaki <[email protected]> Authored: Sat May 7 11:26:42 2016 +0900 Committer: Masatake Iwasaki <[email protected]> Committed: Sat May 7 11:26:42 2016 +0900 ---------------------------------------------------------------------- .../hadoop-hdfs/src/site/markdown/HDFSHighAvailabilityWithQJM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/6957e456/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSHighAvailabilityWithQJM.md ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSHighAvailabilityWithQJM.md b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSHighAvailabilityWithQJM.md index 3c934a8..4549824 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSHighAvailabilityWithQJM.md +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSHighAvailabilityWithQJM.md @@ -367,7 +367,7 @@ The order in which you set these configurations is unimportant, but the values y ### Deployment details -After all of the necessary configuration options have been set, you must start the JournalNode daemons on the set of machines where they will run. This can be done by running the command "*hdfs --daemon start journalnode*" and waiting for the daemon to start on each of the relevant machines. +After all of the necessary configuration options have been set, you must start the JournalNode daemons on the set of machines where they will run. This can be done by running the command "*hdfs \--daemon start journalnode*" and waiting for the daemon to start on each of the relevant machines. Once the JournalNodes have been started, one must initially synchronize the two HA NameNodes' on-disk metadata. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
