Jar examples for h:hadoop-streaming
Apache Hadoop MapReduce Streaming
You can download jar file hadoop-streaming 0.20.2 in this page.
Apache License
You can use the following script to add hadoop-streaming-0.20.2.jar to your project.
<dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-streaming</artifactId> <version>0.20.2</version> </dependency>
compile group: 'org.apache.hadoop', name: 'hadoop-streaming', version: '0.20.2'
libraryDependencies += "org.apache.hadoop" % "hadoop-streaming" % "0.20.2"
<dependency org="org.apache.hadoop" name="hadoop-streaming" rev="0.20.2"/>
@Grapes(@Grab(group='org.apache.hadoop', module='hadoop-streaming', version='0.20.2'))
'org.apache.hadoop:hadoop-streaming:jar:0.20.2'
Click the following link to download the jar file.
hadoop-streaming-0.20.2.jar