Download hadoop-test-1.2.0.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 1.2.0 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

hadoop-test-1.2.0.jar
hadoop-test-1.2.0.pom



Related Tutorials