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

Jar examples for h:hadoop-streaming

Description

Apache Hadoop MapReduce Streaming

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

License

Apache License

Build File

You can use the following script to add hadoop-streaming-1.2.1.jar to your project.

<dependency>
   <groupId>org.apache.hadoop</groupId>
   <artifactId>hadoop-streaming</artifactId>
   <version>1.2.1</version>
</dependency>
compile group: 'org.apache.hadoop', name: 'hadoop-streaming', version: '1.2.1'
libraryDependencies += "org.apache.hadoop" % "hadoop-streaming" % "1.2.1"
<dependency org="org.apache.hadoop" name="hadoop-streaming" rev="1.2.1"/>
@Grapes(@Grab(group='org.apache.hadoop', module='hadoop-streaming', version='1.2.1'))
'org.apache.hadoop:hadoop-streaming:jar:1.2.1'

Download

Click the following link to download the jar file.

hadoop-streaming-1.2.1.jar
hadoop-streaming-1.2.1.pom



Related Tutorials