Download hadoop-core-0.20.1.jar file - Jar h

Jar examples for h:hadoop-core

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-core 0.20.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add hadoop-core-0.20.1.jar to your project.

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

Download

Click the following link to download the jar file.

hadoop-core-0.20.1.jar
hadoop-core-0.20.1.pom



Related Tutorials