ksumit commented on code in PR #407:
URL: https://github.com/apache/incubator-livy/pull/407#discussion_r1227284123
##########
pom.xml:
##########
@@ -1180,10 +1179,11 @@
<profile>
<id>spark3</id>
<properties>
- <spark.version>3.0.0</spark.version>
+ <spark.version>3.2.3</spark.version>
Review Comment:
Builds and pipelines passed with the updated version, so seems ok. BTW
version of spark doesn't matter for us right, we use spark-submit to do
everything? :-) At work, we build with spark-3.0.0 and hadoop 2 but run it in a
spark 3.1/3.2/3.3 with hadoop 3 and it seems to work just fine. Happy to learn
if you see an issue.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]