Skip to content

Commit

Permalink
[SPARK-16453] [BUILD] release-build.sh is missing hive-thriftserver f…
Browse files Browse the repository at this point in the history
…or scala 2.10
  • Loading branch information
yhuai committed Jul 8, 2016
1 parent 67e085e commit 5327a5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/create-release/release-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ if [[ "$1" == "publish-snapshot" ]]; then
-Phive-thriftserver deploy
./dev/change-scala-version.sh 2.10
$MVN -DzincPort=$ZINC_PORT -Dscala-2.10 --settings $tmp_settings \
-DskipTests $PUBLISH_PROFILES clean deploy
-DskipTests $PUBLISH_PROFILES -Phive-thriftserver clean deploy

# Clean-up Zinc nailgun process
/usr/sbin/lsof -P |grep $ZINC_PORT | grep LISTEN | awk '{ print $2; }' | xargs kill
Expand Down Expand Up @@ -297,7 +297,7 @@ if [[ "$1" == "publish-release" ]]; then
./dev/change-scala-version.sh 2.10

$MVN -DzincPort=$ZINC_PORT -Dmaven.repo.local=$tmp_repo -Dscala-2.10 \
-DskipTests $PUBLISH_PROFILES clean install
-DskipTests $PUBLISH_PROFILES -Phive-thriftserver clean install

# Clean-up Zinc nailgun process
/usr/sbin/lsof -P |grep $ZINC_PORT | grep LISTEN | awk '{ print $2; }' | xargs kill
Expand Down

0 comments on commit 5327a5b

Please sign in to comment.