forked from Cascading/cascading
-
Notifications
You must be signed in to change notification settings - Fork 0
Notes
sjlee edited this page Apr 15, 2013
·
1 revision
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".