You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lr...@apache.org on 2017/02/19 09:37:07 UTC

[11/14] incubator-toree git commit: Update Spark version to 2.0.2

Update Spark version to 2.0.2


Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/5992441f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/5992441f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/5992441f

Branch: refs/heads/sandbox
Commit: 5992441f933b958a9e1f35e0185b552e0f4f781b
Parents: 55abd44
Author: Luciano Resende <lr...@apache.org>
Authored: Sat Jan 7 18:16:16 2017 -0800
Committer: Luciano Resende <lr...@apache.org>
Committed: Fri Feb 10 13:03:13 2017 -0500

----------------------------------------------------------------------
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/5992441f/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 79d3440..eaf6562 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ IS_SNAPSHOT?=true
 SNAPSHOT:=-SNAPSHOT
 endif
 
-APACHE_SPARK_VERSION?=2.0.0
+APACHE_SPARK_VERSION?=2.0.2
 SCALA_VERSION?=2.11
 IMAGE?=jupyter/all-spark-notebook:07a7c4d6d447
 EXAMPLE_IMAGE?=apache/toree-examples