apache / linkis

Apache Linkis builds a computation middleware layer to facilitate connection, governance and orchestration between the upper applications and the underlying data engines.
https://linkis.apache.org/
Apache License 2.0
3.32k stars 1.17k forks source link

[Feature] support both scala 2.11 and 2.12 by pom profile #1360

Closed dddyszy closed 1 year ago

dddyszy commented 2 years ago

Search before asking

Problem Description

Scala 2.11 is deprecated in spark 2.4 and spark 3 use scala 2.12.Some people compile scala 2.4 in scala 2.12.So it's necessary to provide both 2.11 and scala 2.12 option to user

Description

support both scala 2.11 and 2.12 by pom profile

Use case

No response

solutions

No response

Anything else

No response

Are you willing to submit a PR?

casionone commented 1 year ago

close with pr https://github.com/apache/linkis/pull/4146