alexott commented on a change in pull request #3586: [ZEPPELIN-4517]. Use
spark-2.4 as the default profile
URL: https://github.com/apache/zeppelin/pull/3586#discussion_r362841611
##########
File path: spark/pom.xml
##########
@@ -198,6 +198,9 @@
<!-- profile spark-x only affect the embedded spark version in
zeppelin distribution -->
<profile>
<id>spark-2.4</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
<properties>
<spark.version>2.4.3</spark.version>
Review comment:
maybe it makes sense to bump spark dependency to 2.4.4 as well?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services