Primitives to setup and configure Apache Hadoop clusters.
Although you could use this crate directly, we recommend that you use pallet-hadoop instead, which wraps this crate providing a higher level way of setting up hadoop clusters. This article can also be used as a reference.
If you are really curious about how it works, we suggest that you start here.
On the group, or #pallet on freenode irc.
This hadoop-crate
is distributed as jars, and is available in the
Clojars repository. If you are using leiningen
as your build tool, then Clojars is already the default repository,
but if you are using maven
, you will need to add the following to your
settings.xml
:
<repository>
<id>clojars.org</id>
<url>http://clojars.org/repo</url>
</repository>
Then you will need to add hadoop-crate
as a dependency for your
project:
-
Leiningen
[org.cloudhoist/hadoop "0.7.0"]
-
Maven
<dependency> <groupId>org.cloudhoist</groupId> <artifactId>hadoop</artifactId> <version>0.7.0</version> </dependency>
Licensed under Apache License version 2.
Copyright © 2012 Hugo Duncan, Antoni Batchelli