Skip to content

Commit 607c20c

Browse files
authored
HADOOP-17919. Fix command line example in Hadoop Cluster Setup documentation. (#3453)
1 parent 5ebcd4b commit 607c20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-common-project/hadoop-common/src/site/markdown/ClusterSetup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ To start a Hadoop cluster you will need to start both the HDFS and YARN cluster.
237237

238238
The first time you bring up HDFS, it must be formatted. Format a new distributed filesystem as *hdfs*:
239239

240-
[hdfs]$ $HADOOP_HOME/bin/hdfs namenode -format <cluster_name>
240+
[hdfs]$ $HADOOP_HOME/bin/hdfs namenode -format
241241

242242
Start the HDFS NameNode with the following command on the designated node as *hdfs*:
243243

0 commit comments

Comments
 (0)