Skip to content
sjlee edited this page Apr 15, 2013 · 1 revision

building for hadoop 2.0

It requires gradle 1.4 or above to build. This is a temporary workaround for a hadoop bug with its dependency. When the hadoop bug is fixed, the gradle version requirement will be reverted.

By default it builds for hadoop 1.0. You can do a build for hadoop 2.0 by doing the following:

gradle -Dhadoop.release.final=2.0.3-alpha clean install

Note that the artifact id of the cascading-hadoop in this case is "cascading-hadoop2" instead of "cascading-hadoop".

Clone this wiki locally