pan3793 commented on PR #4692: URL: https://github.com/apache/zeppelin/pull/4692#issuecomment-1818437511
@jongyoul thanks for the additional information. One of the motivations for merging this module is to reduce the dependence of Scala in Zeppelin core modules (I mean modules other than interpreter and plugins), after this patch, the global `scala-2.11` and `scala-2.12` does not take effect and we can remove it. Now, - Cassandra interpreter is hardcoded with scala 2.12 - Spark interpreter is controlled by `spark-scala-2.12` and `spark-scala-2.13` - Flink interpreter is going to be hardcoded with scala 2.12 - Livy interpreter itself does not depend on Scala, but the test deps depends on Scala 2.11(because Livy only published the Scala 2.11 jars to Maven Central) -- 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]
