You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ie...@apache.org on 2019/03/15 21:59:45 UTC

[beam] branch master updated: [BEAM-6185] Upgrade Spark to version 2.4.0

This is an automated email from the ASF dual-hosted git repository.

iemejia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d4ce24  [BEAM-6185] Upgrade Spark to version 2.4.0
     new e68ba74  Merge pull request #7216: [BEAM-6185] Upgrade Spark to version 2.4.0
8d4ce24 is described below

commit 8d4ce24ffaae2cb4c5332c5f7692a48e007fb731
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Dec 6 12:18:56 2018 +0100

    [BEAM-6185] Upgrade Spark to version 2.4.0
---
 buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
index 7c50a52..8ef5246 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -354,7 +354,7 @@ class BeamModulePlugin implements Plugin<Project> {
     def hamcrest_version = "1.3"
     def hadoop_version = "2.7.3"
     def jackson_version = "2.9.8"
-    def spark_version = "2.3.2"
+    def spark_version = "2.4.0"
     def nemo_version = "0.1"
     def apex_core_version = "3.7.0"
     def apex_malhar_version = "3.4.0"