-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comatibility with spark 2.3.0 problems #13
Comments
Is there already any new hint on how to write a Spark Cassandra Sink for Spark 2.3.x in Structured Streaming? |
I worked on it 1 month ago and I didn't found an easy solution. I just read
that there is a new spark version. I will try to check if with 2.3.1 this
method is valid. If not, I should thinking other way to solve this problem.
|
Confirmed that Spark 2.3.1 keeps the dataframe as streaming. Then this solution is not valid. When I have time, I will try to implement with other way, maybe using foreach |
Hi @fhuertas , do you have any news on this? |
The idea from a PR for Hadoop seems to work, see: |
This weekend I'm going to try to adapt this code and test if it works.
It looks good and could be a good solution |
I have done a tests that works with 2.3.0/1/2 and it looks good, I will upload this afternoon a branch with the preliminary version. It is the same idea that proposed in the issue: hortonworks-spark/shc#238 Thanks @gitsparky for the link |
This method is not valid for spark 2.3.0 because addBatch function now has a streaming dataset that cannot be stored with official batch connector
The text was updated successfully, but these errors were encountered: