I'm trying to write some data in aws keyspace with spark, but the follow message error shows:
Exception in thread "main" java.lang.IllegalArgumentException: \
Unsupported partitioner: com.amazonaws.cassandra.DefaultPartitioner
Being so, I tried to write the same data with Java pure client and I had success. I looked which dependencies spark has, and for my suprise are the same then java client pure (Java-driver).
Why java has been success write and spark not ? Can be some about connection ? Auth ?