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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new d07356e60e5 HADOOP-18597. Simplify single node instructions for 
creating directories for Map Reduce. (#5305)
d07356e60e5 is described below

commit d07356e60e5a46357df0b7d883e89547ccea8f52
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