Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
./gradlew build

or to specify your exact hadoop version

Code Block
./gradlew -PhadoopVer=X.Y.Z build (replace X.Y.Z with your hadoop version)

At this point, the jars are located in the following directories (relative to $PROJECT_HOME).

...