HADOOP-13224. Grep job in Single Cluster document fails. (aajisaka)

This commit is contained in:
Akira Ajisaka 2016-06-03 02:00:13 +09:00
parent dc26601d8f
commit ead61c45da
1 changed files with 2 additions and 1 deletions

View File

@ -153,7 +153,8 @@ The following instructions are to run a MapReduce job locally. If you want to ex
5. Copy the input files into the distributed filesystem:
$ bin/hdfs dfs -put etc/hadoop input
$ bin/hdfs dfs -mkdir input
$ bin/hdfs dfs -put etc/hadoop/*.xml input
6. Run some of the examples provided: