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

Added Support for Spark 2.0 #297

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

vaibhavkhanduja
Copy link

Spark 2.0 deprecates DataFrame against DataSet, with having DataFrame as alias of DataSet[Row]. These changes are needed to make sure the code can be used with spark 2.0. The changes also required moving up with Scala compiler version to 2.11.8 and changes in spray libs appropriately.

Did basic testing with spark 2.0 shell and sbt test.

@vaibhavkhanduja
Copy link
Author

@FRosner I checked the test cases seem to be failing w/o my changes too. Can you please confirm?

@vaibhavkhanduja
Copy link
Author

@FRosner Any thoughts here?

@FRosner
Copy link
Owner

FRosner commented Jan 20, 2017

Sorry I don't have the time to look at it at the moment :(

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

Successfully merging this pull request may close these issues.

2 participants