You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by yw...@apache.org on 2015/03/20 03:17:12 UTC

bigtop git commit: BIGTOP-1755. Upgrade to Spark 1.3.0

Repository: bigtop
Updated Branches:
  refs/heads/master e55414e9a -> 0d2ac058d


BIGTOP-1755. Upgrade to Spark 1.3.0

Signed-off-by: YoungWoo Kim <yw...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/0d2ac058
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/0d2ac058
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/0d2ac058

Branch: refs/heads/master
Commit: 0d2ac058d88fec3b8a82e732c8cd7fa8780f15d1
Parents: e55414e
Author: Jonathan Kelly <jo...@amazon.com>
Authored: Wed Mar 11 10:52:50 2015 -0700
Committer: YoungWoo Kim <yw...@apache.org>
Committed: Fri Mar 20 11:16:48 2015 +0900

----------------------------------------------------------------------
 bigtop-bigpetstore/bigpetstore-spark/build.gradle | 2 +-
 bigtop.mk                                         | 4 ++--
 pom.xml                                           | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/0d2ac058/bigtop-bigpetstore/bigpetstore-spark/build.gradle
----------------------------------------------------------------------
diff --git a/bigtop-bigpetstore/bigpetstore-spark/build.gradle b/bigtop-bigpetstore/bigpetstore-spark/build.gradle
index 2f82031..6d5a957 100644
--- a/bigtop-bigpetstore/bigpetstore-spark/build.gradle
+++ b/bigtop-bigpetstore/bigpetstore-spark/build.gradle
@@ -54,7 +54,7 @@ targetCompatibility = 1.7
 
 // Specify any additional project properties.
 ext {
-    sparkVersion = "1.2.1"
+    sparkVersion = "1.3.0"
     scalaVersion = "2.10"
 }
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/0d2ac058/bigtop.mk
----------------------------------------------------------------------
diff --git a/bigtop.mk b/bigtop.mk
index 4cb9526..706942f 100644
--- a/bigtop.mk
+++ b/bigtop.mk
@@ -265,8 +265,8 @@ $(eval $(call PACKAGE,crunch,CRUNCH))
 SPARK_NAME=spark
 SPARK_RELNOTES_NAME=Spark
 SPARK_PKG_NAME=spark-core
-SPARK_BASE_VERSION=1.2.1
-SPARK_PKG_VERSION=1.2.1
+SPARK_BASE_VERSION=1.3.0
+SPARK_PKG_VERSION=1.3.0
 SPARK_RELEASE_VERSION=1
 SPARK_TARBALL_DST=spark-$(SPARK_BASE_VERSION).tar.gz
 SPARK_TARBALL_SRC=spark-$(SPARK_BASE_VERSION).tgz

http://git-wip-us.apache.org/repos/asf/bigtop/blob/0d2ac058/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 906f605..ccc30f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
     <zookeeper.version>3.4.5</zookeeper.version>
     <giraph.version>1.0.0</giraph.version>
     <solr.version>4.6.0</solr.version>
-    <spark.version>1.2.1</spark.version>
+    <spark.version>1.3.0</spark.version>
     <kafka.version>0.8.1.1</kafka.version>
     <phoenix.version>4.2.2</phoenix.version>
     <spark-smoke.version>${project.version}</spark-smoke.version>