Skip to content

Commit

Permalink
[SPARK-4925] Publish Spark SQL hive-thriftserver maven artifact
Browse files Browse the repository at this point in the history
turned on hive-thriftserver profile in release script

Author: Misha Chernetsov <chernetsov@gmail.com>

Closes apache#5429 from chernetsov/master and squashes the following commits:

9cc36af [Misha Chernetsov] [SPARK-4925] Publish Spark SQL hive-thriftserver maven artifact turned on hive-thriftserver profile in release script for scala 2.10
  • Loading branch information
chernetsov authored and pwendell committed Apr 27, 2015
1 parent 82bb7fd commit 998aac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/create-release/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ if [[ ! "$@" =~ --skip-publish ]]; then
rm -rf $SPARK_REPO

build/mvn -DskipTests -Dhadoop.version=2.2.0 -Dyarn.version=2.2.0 \
-Pyarn -Phive -Phadoop-2.2 -Pspark-ganglia-lgpl -Pkinesis-asl \
-Pyarn -Phive -Phive-thriftserver -Phadoop-2.2 -Pspark-ganglia-lgpl -Pkinesis-asl \
clean install

./dev/change-version-to-2.11.sh
Expand Down

0 comments on commit 998aac2

Please sign in to comment.