You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by yw...@apache.org on 2015/04/03 07:06:09 UTC

bigtop git commit: BIGTOP-1467: Fix oozie build - add correct hadoop-auth lib version

Repository: bigtop
Updated Branches:
  refs/heads/master b58c80ea6 -> 4b9cb14e0


BIGTOP-1467: Fix oozie build - add correct hadoop-auth lib version

Signed-off-by: YoungWoo Kim <yw...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/4b9cb14e
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/4b9cb14e
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/4b9cb14e

Branch: refs/heads/master
Commit: 4b9cb14e0ff29360ec80770fa7ff679cac207e47
Parents: b58c80e
Author: Amir Sanjar <am...@canonical.com>
Authored: Thu Apr 2 14:40:11 2015 -0500
Committer: YoungWoo Kim <yw...@apache.org>
Committed: Fri Apr 3 10:33:07 2015 +0900

----------------------------------------------------------------------
 bigtop-packages/src/common/oozie/do-component-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/4b9cb14e/bigtop-packages/src/common/oozie/do-component-build
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/oozie/do-component-build b/bigtop-packages/src/common/oozie/do-component-build
index 2ecd660..f468928 100755
--- a/bigtop-packages/src/common/oozie/do-component-build
+++ b/bigtop-packages/src/common/oozie/do-component-build
@@ -92,7 +92,7 @@ done
 
 export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=128m"
 # Invoke Oozie build script
-${WORKDIR}/bin/mkdistro.sh -DjavaVersion=${JDK_VERSION} -DskipTests -Dhadoop.version=${HADOOP_VERSION} ${EXTRA_GOALS} -Dmaven.repo.local=${HOME}/.m2/repository "$@"
+${WORKDIR}/bin/mkdistro.sh -DjavaVersion=${JDK_VERSION} -DskipTests -Dhadoop.version=${HADOOP_VERSION} -Dhadoop.auth.version=${HADOOP_VERSION} ${EXTRA_GOALS} -Dmaven.repo.local=${HOME}/.m2/repository "$@"
 MKDISTRO_RESULT=$?
 if [ "${MKDISTRO_RESULT}" != "0" ]; then
   echo "ERROR: mkdistro.sh failed with error ${MKDISTRO_RESULT}"