Download hadoop-minicluster-1.0.3.jar file - Jar h

Jar examples for h:hadoop-minicluster

Description

Apache Hadoop Mini-Cluster

You can download jar file hadoop-minicluster 1.0.3 in this page.

License

Apache License

Build File

You can use the following script to add hadoop-minicluster-1.0.3.jar to your project.

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

Download

Click the following link to download the jar file.

hadoop-minicluster-1.0.3.jar
hadoop-minicluster-1.0.3.pom



Related Tutorials