flint icon indicating copy to clipboard operation
flint copied to clipboard

java.lang.NoSuchMethodError: scala.Predef$.refArrayOps([Ljava/lang/Object;)Lscala/collection/mutable/ArrayOps;

Open durranaik opened this issue 4 years ago • 1 comments

Hi,

I am using Spark 3.0, perhaps this is the cause of the following error:

`val tsRDD = TimeSeriesRDD.fromDF(dataFrame = dffg_ts)(isSorted = true, timeUnit = MILLISECONDS)

java.lang.NoSuchMethodError: scala.Predef$.refArrayOps([Ljava/lang/Object;)Lscala/collection/mutable/ArrayOps; at com.twosigma.flint.timeseries.TimeSeriesRDD$.canonizeDF(TimeSeriesRDD.scala:331) at com.twosigma.flint.timeseries.TimeSeriesRDD$.fromDF(TimeSeriesRDD.scala:303) ... 62 elided`

Be great to get it to work. Thanks

durranaik avatar Jan 03 '21 08:01 durranaik

@icexelloss

tnn1t1s avatar Feb 15 '22 13:02 tnn1t1s