From 3ba155df860ad99a7654fa5cae9f31fbaaa93bc2 Mon Sep 17 00:00:00 2001 From: Bouke van der Bijl Date: Thu, 24 Jul 2014 11:33:04 -0400 Subject: [PATCH] Revert "Revert "Use the new make-distribution.sh maven option passing on packserv"" This reverts commit d4bbcc962d78d565fe6a96e0e26a5cbf64537c05. --- script/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/compile b/script/compile index 08dd46d7e51c1..017eca8e67823 100755 --- a/script/compile +++ b/script/compile @@ -20,7 +20,7 @@ else fi export JAVA_HOME=$JAVA_HOME -./make-distribution.sh --hadoop $(cat SHOPIFY_HADOOP_VERSION) --skip-java-test +./make-distribution.sh --skip-java-test -Phive -Dhadoop.version=$(cat SHOPIFY_HADOOP_VERSION) if [ "$?" != "0" ] || [ -e "$FWDIR/lib/spark-assembly*hadoop*.jar" ]; then echo "Failed to make spark distro using sbt."