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
Apparently Scala 2.10 has added method with the same name toVector to IndexedSeq class, which cause compilation problems when trying MLI with latest Spark 0.9
The text was updated successfully, but these errors were encountered:
Apparently Scala 2.10 has added method with the same name
toVector
toIndexedSeq
class, which cause compilation problems when trying MLI with latest Spark 0.9The text was updated successfully, but these errors were encountered: