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 2014/07/31 02:04:35 UTC

git commit: SPARK-2741 - Publish version of spark assembly which does not contain Hive

Repository: spark
Updated Branches:
  refs/heads/master 6ab96a6fd -> 2ac37db7a


SPARK-2741 - Publish version of spark assembly which does not contain Hive

Provide a version of the Spark tarball which does not package Hive. This is meant for HIve + Spark users.

Author: Brock Noland <br...@apache.org>

Closes #1667 from brockn/master and squashes the following commits:

5beafb2 [Brock Noland] SPARK-2741 - Publish version of spark assembly which does not contain Hive


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

Branch: refs/heads/master
Commit: 2ac37db7ac8f7ec5c99f3bfe459f8e2ac240961f
Parents: 6ab96a6
Author: Brock Noland <br...@apache.org>
Authored: Wed Jul 30 17:04:30 2014 -0700
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Wed Jul 30 17:04:30 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/spark/blob/2ac37db7/dev/create-release/create-release.sh
----------------------------------------------------------------------
diff --git a/dev/create-release/create-release.sh b/dev/create-release/create-release.sh
index 33de24d..af46572 100755
--- a/dev/create-release/create-release.sh
+++ b/dev/create-release/create-release.sh
@@ -115,6 +115,8 @@ make_binary_release "hadoop1" "-Phive -Phive-thriftserver -Dhadoop.version=1.0.4
 make_binary_release "cdh4" "-Phive -Phive-thriftserver -Dhadoop.version=2.0.0-mr1-cdh4.2.0"
 make_binary_release "hadoop2" \
   "-Phive -Phive-thriftserver -Pyarn -Phadoop-2.2 -Dhadoop.version=2.2.0 -Pyarn.version=2.2.0"
+make_binary_release "hadoop2-without-hive" \
+  "-Pyarn -Phadoop-2.2 -Dhadoop.version=2.2.0 -Pyarn.version=2.2.0"
 
 # Copy data
 echo "Copying release tarballs"