HADOOP-17919. Fix command line example in Hadoop Cluster Setup documentation. (#3453)

This commit is contained in:
Rintaro Ikeda 2021-09-17 22:24:44 +09:00 committed by GitHub
parent 5ebcd4bb92
commit 607c20c612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ To start a Hadoop cluster you will need to start both the HDFS and YARN cluster.
The first time you bring up HDFS, it must be formatted. Format a new distributed filesystem as *hdfs*:
[hdfs]$ $HADOOP_HOME/bin/hdfs namenode -format <cluster_name>
[hdfs]$ $HADOOP_HOME/bin/hdfs namenode -format
Start the HDFS NameNode with the following command on the designated node as *hdfs*: