Closed aman-ebay closed 7 years ago
sample "hadoop fs -ls ." command produces error output: ... "ls: Can not create a Path from an empty string" Suggest changing to "hadoop fs -ls /" to obtain valid output: Found 2 items drwx------ - xxxxx xxxxx 0 2017-05-21 00:36 /hadoop drwx------ - xxxxx xxxxx 0 2017-05-21 01:00 /bdutil-staging
Fix cd path from: /home/hadoop-install/share/hadoop/mapreduce... -> /home/hadoop/hadoop-install/
Fix command from hadoop jar share/hadoop/mapreduce/hadoop--examples-.jar wordcount input output -> hadoop jar hadoop-examples-*.jar wordcount input output
sample "hadoop fs -ls ." command produces error output: ... "ls: Can not create a Path from an empty string" Suggest changing to "hadoop fs -ls /" to obtain valid output: Found 2 items drwx------ - xxxxx xxxxx 0 2017-05-21 00:36 /hadoop drwx------ - xxxxx xxxxx 0 2017-05-21 01:00 /bdutil-staging
Fix cd path from: /home/hadoop-install/share/hadoop/mapreduce... -> /home/hadoop/hadoop-install/
Fix command from hadoop jar share/hadoop/mapreduce/hadoop--examples-.jar wordcount input output -> hadoop jar hadoop-examples-*.jar wordcount input output