KNNClassifier.class中的签名是指术语共享

时间:2016-06-14 12:00:48

标签: scala apache-spark knn

我使用过KNN mlib scala spark: https://github.com/saurfang/spark-knn/tree/master/project

我有这个错误:

Error:(28, 19) bad symbolic reference.
A signature in KNNClassifier.class refers to term shared
in package org.apache.spark.ml.param which is not available.
It may be completely missing from the current classpath, or the version on
the classpath might be incompatible with the version used when compiling KNNClassifier.class.
    val knn = new KNNClassifier()
请帮助!!!

0 个答案:

没有答案