You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@livy.apache.org by js...@apache.org on 2019/07/12 02:12:26 UTC

[incubator-livy] branch master updated: [LIVY-603][BUILD] Upgrade build spark version to 2.4.3

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

jshao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-livy.git


The following commit(s) were added to refs/heads/master by this push:
     new 6ad9ae9  [LIVY-603][BUILD] Upgrade build spark version to 2.4.3
6ad9ae9 is described below

commit 6ad9ae9607e8369d5787d0d0c07eb3bd7b060bfc
Author: yihengwang <yi...@tencent.com>
AuthorDate: Fri Jul 12 10:11:25 2019 +0800

    [LIVY-603][BUILD] Upgrade build spark version to 2.4.3
    
    ## What changes were proposed in this pull request?
    Bump Spark 2.4 minor version to 2.4.3.
    
    ## How was this patch tested?
    Existing test
    
    Author: yihengwang <yi...@tencent.com>
    
    Closes #179 from yiheng/bump_spark_2_4_3.
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index fcc5b87..6bfdcc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1050,15 +1050,15 @@
         </property>
       </activation>
       <properties>
-        <spark.scala-2.11.version>2.4.0</spark.scala-2.11.version>
+        <spark.scala-2.11.version>2.4.3</spark.scala-2.11.version>
         <spark.version>${spark.scala-2.11.version}</spark.version>
         <netty.spark-2.11.version>4.1.17.Final</netty.spark-2.11.version>
         <java.version>1.8</java.version>
         <py4j.version>0.10.7</py4j.version>
         <spark.bin.download.url>
-          https://archive.apache.org/dist/spark/spark-2.4.0/spark-2.4.0-bin-hadoop2.7.tgz
+          https://archive.apache.org/dist/spark/spark-2.4.3/spark-2.4.3-bin-hadoop2.7.tgz
         </spark.bin.download.url>
-        <spark.bin.name>spark-2.4.0-bin-hadoop2.7</spark.bin.name>
+        <spark.bin.name>spark-2.4.3-bin-hadoop2.7</spark.bin.name>
       </properties>
     </profile>