anyone having similar issue?
On Thu, Oct 6, 2016 at 12:00 PM, Nirav Patel wrote:
> I forgot to mention other scenario where I get same error. It's during use
> of `org.apache.spark.mllib.evaluation.MulticlassMetrics`
>
> It fails on following call
>
> val predictionMatrix = new MulticlassMetrics
I forgot to mention other scenario where I get same error. It's during use
of `org.apache.spark.mllib.evaluation.MulticlassMetrics`
It fails on following call
val predictionMatrix = new MulticlassMetrics(preditctionAndLabels)
predictionMatrix.fMeasure(3.0) //Fails here
ERROR [2016-10-06 11:58:5
I get this error while running simple spark sql query. I only get it when
running entire notebook at once. If I run each paragraph one by one it
disappears!
Caused by: java.lang.NoSuchFieldException: MODULE$
at java.lang.Class.getField(Class.java:1703)
at scala.Enumeration.readResolve(Enumeration.