Update script for building new version of oozie

Related blueprint: support-vanilla-2-7-1

Change-Id: Ie00ecfc9a981f5eb0311ca7a2f30b6f13a46d499
This commit is contained in:
Vitaly Gridnev 2015-08-07 13:00:11 +03:00
parent 676d974b3b
commit c7a36c4049
1 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,12 @@ case "${PLUGIN_VERSION}" in
HADOOP_VERSION="2.6.0"
BUILD_ARGS="-P hadoop-2"
;;
"2.7.1")
OOZIE_VERSION="4.2.0"
PREV_OOZIE_HADOOP_VERSION="2.3.0"
HADOOP_VERSION="2.7.1"
BUILD_ARGS="-Puber -P hadoop-2"
;;
esac
echo "Install required packages"