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

Jar examples for h:hadoop-test

Description

Hadoop is the distributed computing framework of Apache; hadoop-core contains the filesystem, job tracker and map/reduce modules

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

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

hadoop-test-0.20.2.jar
hadoop-test-0.20.2.pom



Related Tutorials