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

Jar examples for h:hadoop-minicluster

Description

Apache Hadoop Mini-Cluster

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

hadoop-minicluster-1.2.1.jar
hadoop-minicluster-1.2.1.pom



Related Tutorials