Re: Issues when I run hadoop-mapreduce-examples-2.5.1.jar

2014-10-05 Thread Mark Laney
It appears to me that the input directory may not have been created. The hadoop jar ... command is expecting that it exists. In pseudo-distributed mode, check that you've run the command from that website http://hadoop.apache.org/docs/current/hadoop-project-

Issues when I run hadoop-mapreduce-examples-2.5.1.jar

2014-10-04 Thread xiaopeng
Hi All, I install hadoop 2.5.1 on my computer as a single node cluster in Pseudo-Distributed mode. I followed the instructions in the web page '_http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/SingleCluster.html_'. It seems all right until I run mapreduce example