Download hadoop-tools-1.1.2.jar file - Jar h

Jar examples for h:hadoop-tools

Description

Apache Hadoop Tools

You can download jar file hadoop-tools 1.1.2 in this page.

License

Apache License

Build File

You can use the following script to add hadoop-tools-1.1.2.jar to your project.

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

Download

Click the following link to download the jar file.

hadoop-tools-1.1.2.jar
hadoop-tools-1.1.2.pom



Related Tutorials