You can find it here: contrib/streaming/hadoop-0.20.2-streaming.jar On Sat, Jun 12, 2010 at 11:40 AM, Michael Robinson <[email protected]>wrote:
> > I am new to hadoop. downloaded version 0.20.2 and installed it on local > mode. > > 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. >
