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

Jar examples for h:hadoop-tools

Description

Apache Hadoop Tools

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

hadoop-tools-0.20.2.jar
hadoop-tools-0.20.2.pom



Related Tutorials