You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's the error message I get when I use sparkComponents ++= Seq("sql", "hive", "ml"): sbt.ResolveException: unresolved dependency: org.apache.spark#spark-ml_2.11;2.1.0: not found
I don't really want to import all the "mllib" code, just the "ml" code. Thanks for the help.
The text was updated successfully, but these errors were encountered:
I'm using the latest version of the plugin and am able to get access to the
ml
package with this line of code:I thought that this would work:
It seems like this line of code should handle the "ml" argument just fine:
Here's the error message I get when I use
sparkComponents ++= Seq("sql", "hive", "ml")
: sbt.ResolveException: unresolved dependency: org.apache.spark#spark-ml_2.11;2.1.0: not foundI don't really want to import all the "mllib" code, just the "ml" code. Thanks for the help.
The text was updated successfully, but these errors were encountered: