我正在研究prediction.io的模板,我遇到了Spark的麻煩。 我不斷收到一個錯誤scala.MatchError:full gist here scala.MatchError: null
at org.apache.spark.rdd.PairRDDFunctions.lookup(PairRDDFunctions.scala:831)
at org.apache.spark.ml
\負荷模型我使用PySpark和MLlib星火1.3.0工作的正確方法,我需要保存和載入我的模型。我用這樣的代碼(來自官方documentation拍攝) from pyspark.mllib.recommendation import ALS, MatrixFactorizationModel, Rating
data = sc.textFile("data/mllib/als/test.d