Reputation: 99
I have a RDD containing the primary keys of a table. I need to delete the rows in Cassandra table which matches the values in RDD.
I see that there is deleteFromCassandra in spark-cassandra-connector, but unable to use it, deleteFromCassandra is unresolved.
Thanks for your help.
Upvotes: 0
Views: 5199
Reputation: 11
if i understand your use case, you can follow this question, maybe it will help you: Delete from cassandra Table in Spark
Upvotes: 0