I'm solving a Scala data science problem in Intellij using maven. I noticed that MLFlow spark (https://mvnrepository.com/artifact/org.mlflow/mlflow-spark/1.5.0) is dependent on scala 2.12 while h2o.ai sparkling water is dependent on scala 2.11 (https://mvnrepository.com/artifact/ai.h2o/sparkling-water-core). Is there any way to use both of these together using Scala?
Asked
Active
Viewed 241 times
0
-
well formatted posts get better responses, see here for how to format your links https://stackoverflow.com/editing-help – Nigel Savage Jan 23 '20 at 22:23
1 Answers
0
You can track progress of introducing Scala 2.12 support in Sparkling Water with the JIRA ticket SW-1846.

Marek Novotny
- 116
- 2