Download hadoop-client-2.0.5-alpha.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 2.0.5-alpha in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

hadoop-client-2.0.5-alpha-tests.jar
hadoop-client-2.0.5-alpha.jar
hadoop-client-2.0.5-alpha.pom



Related Tutorials