-
Notifications
You must be signed in to change notification settings - Fork 183
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
Method not found when creating time series add #53
Comments
Regular spark 2.3.2 works fine, regular spark 2.2.1 also fails with above exception. |
When creating a custom build like https://github.com/geoHeil/flint/tree/flint-spark-2.2 the basic example works again with spark 2.2 However, there are 2 unit test failures
NOTE: csv test failure is also is on regular master branch
|
Hi!
The current flint version only supports Spark 2.3.
…On Sun, Oct 14, 2018 at 7:54 AM geoHeil ***@***.***> wrote:
When creating a custom build like
https://github.com/geoHeil/flint/tree/flint-spark-2.2 the basic example
works again with spark 2.2
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#53 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAwbrBao_wLlK5O8IK28fqQZ26J2RywOks5ukyXjgaJpZM4XasUA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
val tsRdd = TimeSeriesRDD.fromDF(dataFrame = df)(isSorted = true, timeUnit = MILLISECONDS)
throws
on spark 2.2 when trying to create the initial RDD.
Minimal reproducible sample:
on spark 2.2 via HDP 2.6.4
The text was updated successfully, but these errors were encountered: