edwardcapriolo commented on code in PR #476: URL: https://github.com/apache/incubator-livy/pull/476#discussion_r2128534392
########## pom.xml: ########## @@ -1189,11 +1198,18 @@ </properties> </profile> +<!-- + <spark.scala-2.11.version>2.4.5</spark.scala-2.11.version> + <spark.scala-2.12.version>2.4.5</spark.scala-2.12.version> + <spark.version>${spark.scala-2.11.version}</spark.version> +--> Review Comment: This is like a "rip the bandaid" type situation. I work in banking, the vulnerability scans for 2 year old hadoop and 3 year old spark make these things un deployable. Those on the bleeding edge are looking at spark4. I believe these are duplicate because they get redefined by each profile, i can put them back. -- 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: commits-unsubscr...@livy.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org