You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by iw...@apache.org on 2021/09/17 13:35:24 UTC

[hadoop] branch branch-3.3 updated: HADOOP-17919. Fix command line example in Hadoop Cluster Setup documentation. (#3453)

This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new 92af6cd  HADOOP-17919. Fix command line example in Hadoop Cluster Setup documentation. (#3453)
92af6cd is described below

commit 92af6cd3bc765e42b410abd4d26f800eb1ff9ca8
Author: Rintaro Ikeda <51...@users.noreply.github.com>
AuthorDate: Fri Sep 17 22:24:44 2021 +0900

    HADOOP-17919. Fix command line example in Hadoop Cluster Setup documentation. (#3453)
    
    (cherry picked from commit 607c20c6122238ee579a3ad5da882128e7203fad)
---
 hadoop-common-project/hadoop-common/src/site/markdown/ClusterSetup.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-common-project/hadoop-common/src/site/markdown/ClusterSetup.md b/hadoop-common-project/hadoop-common/src/site/markdown/ClusterSetup.md
index 6243dfc..4f76979 100644
--- a/hadoop-common-project/hadoop-common/src/site/markdown/ClusterSetup.md
+++ b/hadoop-common-project/hadoop-common/src/site/markdown/ClusterSetup.md
@@ -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*:
 

---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org