Hello!
I meet up a error when I run the spark_dbscan in Spark 2.1.6.
The error is
java.lang.NoClassDefFoundError: org/apache/spark/Logging
Caused by: java.lang.ClassNotFoundException: org.apache.spark.Logging
Spark 2.0 removes the org.apache.spark.Logging. So spark_dbscan cannot running.
Any solution to this problem?
I have tried to change the other dependencies, but still failed.
Hello!
I meet up a error when I run the spark_dbscan in Spark 2.1.6.
The error is
java.lang.NoClassDefFoundError: org/apache/spark/LoggingCaused by: java.lang.ClassNotFoundException: org.apache.spark.LoggingSpark 2.0 removes the org.apache.spark.Logging. So spark_dbscan cannot running.
Any solution to this problem?
I have tried to change the other dependencies, but still failed.