You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@livy.apache.org by GitBox <gi...@apache.org> on 2019/07/08 11:44:27 UTC

[GitHub] [incubator-livy] yiheng commented on issue #176: [LIVY-603]Upgrade spark 2.4 from 2.4.0 to 2.4.3

yiheng commented on issue #176: [LIVY-603]Upgrade spark 2.4 from 2.4.0 to 2.4.3
URL: https://github.com/apache/incubator-livy/pull/176#issuecomment-509192046
 
 
   Hi
   
   The travis build is still broken. You may need to change the other `2.4.0` in the pom related section
   ```xml
         <properties>
           <spark.scala-2.11.version>2.4.0</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>
             http://mirrors.advancedhosters.com/apache/spark/spark-2.4.0/spark-2.4.0-bin-hadoop2.7.tgz
           </spark.bin.download.url>
           <spark.bin.name>spark-2.4.0-bin-hadoop2.7</spark.bin.name>
         </properties>
   ```

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


With regards,
Apache Git Services