Download hadoop-client-api-3.1.0.jar file - Jar h

Jar examples for h:hadoop-client-api

Description

Apache Hadoop Client

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

hadoop-client-api-3.1.0.jar
hadoop-client-api-3.1.0.pom



Related Tutorials