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/04/22 09:26:27 UTC

bigtop git commit: BIGTOP-1834. Upgrade to Spark 1.3.1

Repository: bigtop
Updated Branches:
  refs/heads/master 66b84e547 -> 3fb8ae588


BIGTOP-1834. Upgrade to Spark 1.3.1

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/3fb8ae58
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/3fb8ae58
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/3fb8ae58

Branch: refs/heads/master
Commit: 3fb8ae588834e718cb3b6615ebc5e8e5f38439ad
Parents: 66b84e5
Author: Jonathan Kelly <jo...@amazon.com>
Authored: Thu Apr 16 11:51:21 2015 -0500
Committer: YoungWoo Kim <yw...@apache.org>
Committed: Wed Apr 22 14:45:55 2015 +0900

----------------------------------------------------------------------
 bigtop.mk | 4 ++--
 pom.xml   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/3fb8ae58/bigtop.mk
----------------------------------------------------------------------
diff --git a/bigtop.mk b/bigtop.mk
index 1a80adf..6071af0 100644
--- a/bigtop.mk
+++ b/bigtop.mk
@@ -262,8 +262,8 @@ $(eval $(call PACKAGE,crunch,CRUNCH))
 SPARK_NAME=spark
 SPARK_RELNOTES_NAME=Spark
 SPARK_PKG_NAME=spark-core
-SPARK_BASE_VERSION=1.3.0
-SPARK_PKG_VERSION=1.3.0
+SPARK_BASE_VERSION=1.3.1
+SPARK_PKG_VERSION=1.3.1
 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/3fb8ae58/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ccc30f5..35894ae 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.3.0</spark.version>
+    <spark.version>1.3.1</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>