Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
durranaik opened this issue Jan 3, 2021 · 1 comment

Comments

@durranaik
Copy link

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

@tnn1t1s
Copy link

tnn1t1s commented Feb 15, 2022

@icexelloss

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants