You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2015/04/27 20:25:59 UTC

spark git commit: [SPARK-4925] Publish Spark SQL hive-thriftserver maven artifact

Repository: spark
Updated Branches:
  refs/heads/master 82bb7fd41 -> 998aac21f


[SPARK-4925] Publish Spark SQL hive-thriftserver maven artifact

turned on hive-thriftserver profile in release script

Author: Misha Chernetsov <ch...@gmail.com>

Closes #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


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/998aac21
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/998aac21
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/998aac21

Branch: refs/heads/master
Commit: 998aac21f0a0588a70f8cf123ae4080163c612fb
Parents: 82bb7fd
Author: Misha Chernetsov <ch...@gmail.com>
Authored: Mon Apr 27 11:27:56 2015 -0700
Committer: Patrick Wendell <pa...@databricks.com>
Committed: Mon Apr 27 11:27:56 2015 -0700

----------------------------------------------------------------------
 dev/create-release/create-release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/998aac21/dev/create-release/create-release.sh
----------------------------------------------------------------------
diff --git a/dev/create-release/create-release.sh b/dev/create-release/create-release.sh
index b5a67dd..3dbb35f 100755
--- a/dev/create-release/create-release.sh
+++ b/dev/create-release/create-release.sh
@@ -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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org