In the next step we will build the Oozie from source and start using it.
- 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
- 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
- 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
- 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 ...