Download hadoop-client-1.0.2.jar file - Jar h

Jar examples for h:hadoop-client

Description

Apache Hadoop Client aggregation pom with dependencies exposed

You can download jar file hadoop-client 1.0.2 in this page.

License

Apache License

Build File

You can use the following script to add hadoop-client-1.0.2.jar to your project.

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

Download

Click the following link to download the jar file.

hadoop-client-1.0.2.jar
hadoop-client-1.0.2.pom



Related Tutorials