Download hadoop-streaming-0.20.2.jar file - Jar h

Jar examples for h:hadoop-streaming

Description

Apache Hadoop MapReduce Streaming

You can download jar file hadoop-streaming 0.20.2 in this page.

License

Apache License

Build File

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'

Download

Click the following link to download the jar file.

hadoop-streaming-0.20.2.jar
hadoop-streaming-0.20.2.pom



Related Tutorials