我使用过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()
请帮助!!!