HADOOP-18597. Simplify single node instructions for creating directories for Map Reduce. (#5305)

Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
This commit is contained in:
Nikita Eshkeev 2023-04-20 13:42:44 +03:00 committed by GitHub
parent 1ff7a65b9f
commit d07356e60e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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: