Build from Source

In the next step we will build the Oozie from source and start using it.

  1. Download the Oozie source tarball from the following location, using the following command:
wget http://www-eu.apache.org/dist/oozie/4.3.0/oozie-4.3.0.tar.gz
  1. Change to the user directory and extract the contents of tar ball using the following command:
tar -zxvf ${DOWNLOAD_DIR}/oozie-4.3.0.tar.gz
  1. Change into the Oozie source directory, let us refer to it as ${OOZIE_SRC_HOME}, and run the following command to create the build:
${OOZIE_SRC_HOME}/bin/mkdistro.sh -Phadoop-2 -DskipTests
  1. Once the build is complete, the binary tarball can be extracted from ${OOZIE_SRC_HOME}/distro/target into a user directory, lets us refer this directory as ...

Get Data Lake for Enterprises now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.