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

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

commit 7a32e7cc3839cdedc22b0e15fbce9afc8c3c2020
Author: Nikita Eshkeev <neshk...@yandex.ru>
AuthorDate: Thu Apr 20 13:42:44 2023 +0300

    HADOOP-18597. Simplify single node instructions for creating directories 
for Map Reduce. (#5305)
    
    Signed-off-by: Ayush Saxena <ayushsax...@apache.org>
---
 .../hadoop-common/src/site/markdown/SingleCluster.md.vm                | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/hadoop-common-project/hadoop-common/src/site/markdown/SingleCluster.md.vm 
b/hadoop-common-project/hadoop-common/src/site/markdown/SingleCluster.md.vm
index bbea16855e5..8153dce5c3f 100644
--- a/hadoop-common-project/hadoop-common/src/site/markdown/SingleCluster.md.vm
+++ b/hadoop-common-project/hadoop-common/src/site/markdown/SingleCluster.md.vm
@@ -157,8 +157,7 @@ The following instructions are to run a MapReduce job 
locally. If you want to ex
 
 4.  Make the HDFS directories required to execute MapReduce jobs:
 
-          $ bin/hdfs dfs -mkdir /user
-          $ bin/hdfs dfs -mkdir /user/<username>
+          $ bin/hdfs dfs -mkdir -p /user/<username>
 
 5.  Copy the input files into the distributed filesystem:
 


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

Reply via email to