Re: Getting java.lang.NoSuchFieldException: MODULE$ in number of scenarios

2016-10-10 Thread Nirav Patel
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

Re: Getting java.lang.NoSuchFieldException: MODULE$ in number of scenarios

2016-10-06 Thread Nirav Patel
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