Skip to content

Commit

Permalink
Revert "Revert "Use the new make-distribution.sh maven option passing…
Browse files Browse the repository at this point in the history
… on packserv""

This reverts commit d4bbcc9.
  • Loading branch information
bouk committed Jul 24, 2014
1 parent f7077e2 commit 3ba155d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/compile
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 3ba155d

Please sign in to comment.