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
What is the version of mllib are you using? I'm not able to compile the code with spark-mllib_2.10 with version 1.6.0/2.01.
I'm getting issue with org.apache.spark.mllib.util.Loader$.MODULE$.checkSchemaAssignment as "method checkSchema: (x$1: org.apache.spark.sql.types.StructType, x$2: scala.reflect.api.Universe#TypeTag[_])Unit does not take type parameters."
can you please let me know, what version you were using.
By spark-mllib_2.10, do you mean scala 2.10? You have a jar for Spark 1.6.1 in release version. But no more jar will be published until sparse matrix multiplication issue is not fixed.
What is the version of mllib are you using? I'm not able to compile the code with spark-mllib_2.10 with version 1.6.0/2.01.
I'm getting issue with org.apache.spark.mllib.util.Loader$.MODULE$.checkSchemaAssignment as "method checkSchema: (x$1: org.apache.spark.sql.types.StructType, x$2: scala.reflect.api.Universe#TypeTag[_])Unit does not take type parameters."
can you please let me know, what version you were using.
org.apache.spark
spark-mllib_2.10
1.6.0/2.0.1/
provided
The text was updated successfully, but these errors were encountered: