This is an automated email from the ASF dual-hosted git repository.
aromanenko 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 2729adf [BEAM-7076] Update Spark runner to use spark version 2.4.2
new ac9f73a Merge pull request #8423: [BEAM-7076] Update Spark runner to
use spark version 2.4.2
2729adf is described below
commit 2729adf721640215bb0bbff7ba32f0d02388822e
Author: Ismaël Mejía <[email protected]>
AuthorDate: Sun Apr 28 00:15:00 2019 +0200
[BEAM-7076] Update Spark runner to use spark version 2.4.2
---
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 f2c4fb0..7aa3d7a 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -387,7 +387,7 @@ class BeamModulePlugin implements Plugin<Project> {
def proto_google_common_protos_version = "1.12.0"
def protobuf_version = "3.6.0"
def quickcheck_version = "0.8"
- def spark_version = "2.4.1"
+ def spark_version = "2.4.2"
// A map of maps containing common libraries used per language. To use:
// dependencies {