[ 
https://issues.apache.org/jira/browse/BEAM-4551?focusedWorklogId=111627&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-111627
 ]

ASF GitHub Bot logged work on BEAM-4551:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/Jun/18 19:41
            Start Date: 13/Jun/18 19:41
    Worklog Time Spent: 10m 
      Work Description: iemejia closed pull request #5635: [BEAM-4551] Update 
spark runner to Spark version 2.3.1
URL: https://github.com/apache/beam/pull/5635
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/build_rules.gradle b/build_rules.gradle
index 561aa3f6f96..45c85056599 100644
--- a/build_rules.gradle
+++ b/build_rules.gradle
@@ -180,7 +180,7 @@ def grpc_google_common_protos = "0.1.9"
 def hamcrest_version = "1.3"
 def hadoop_version = "2.7.3"
 def jackson_version = "2.9.5"
-def spark_version = "2.3.0"
+def spark_version = "2.3.1"
 def pubsub_grpc_version = "0.1.18"
 def apex_core_version = "3.7.0"
 def apex_malhar_version = "3.4.0"
diff --git a/pom.xml b/pom.xml
index 3c0164150fe..d2edb0b3992 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,7 @@
     <pubsub.version>v1-rev382-1.23.0</pubsub.version>
     <slf4j.version>1.7.25</slf4j.version>
     <spanner.version>0.20.0b-beta</spanner.version>
-    <spark.version>2.3.0</spark.version>
+    <spark.version>2.3.1</spark.version>
     <spring.version>4.3.5.RELEASE</spring.version>
     <stax2.version>3.1.4</stax2.version>
     <storage.version>v1-rev124-1.23.0</storage.version>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 111627)
    Time Spent: 1h 10m  (was: 1h)

> Update Spark runner to Spark version 2.3.1
> ------------------------------------------
>
>                 Key: BEAM-4551
>                 URL: https://issues.apache.org/jira/browse/BEAM-4551
>             Project: Beam
>          Issue Type: Improvement
>          Components: runner-spark
>            Reporter: Ismaël Mejía
>            Assignee: Ismaël Mejía
>            Priority: Minor
>             Fix For: 2.6.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> The new release of Spark runner brings the classical stability fixes but 
> important for us it brings a fix to accumulators that hitted the runner 
> during the migration to Spark 2 SPARK-23697. Also it aligns the Parquet 
> version with the one we use for Beam.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to