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

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

hadoop-test-1.0.2.jar
hadoop-test-1.0.2.pom



Related Tutorials