Run wordcount examples and others successfully, however,
I am trying to run the hadoop-streaming example:
$HADOOP_HOME/bin/hadoop jar $HADOOP_HOME/hadoop-streaming.jar \
-input myInputDirs \
-output myOutputDir \
-mapper /bin/cat \
-reducer /bin/wc
But I can NOT find the "hadoop-streaming.jar" anywhere
Exception in thread "main" java.io.IOException: Error opening job jar:
hadoop-streaming.jar
at org.apache.hadoop.util.RunJar.main(RunJar.java:90)
Please help
Michael
--
View this message in context: http://lucene.472066.n3.nabble.com/where-is-hadoop-streaming-tp891281p891281.html
Sent from the Hadoop lucene-users mailing list archive at Nabble.com.