Recently updated my application to 1.5-M3. Noticed that LOCAL_QUORUM was now the default for the consistency level on writes, so I overrode that with LOCAL_ONE for single-node tests (as LOCAL_QUORUM will always require 2+ nodes).
This works fine with standard saveToCassandra and dataframe writes. Manual connections from the CassandraConnector seem to ignore this value though...
Poking around here (and other files) didn't show a holder for Consistency Level, but I could be missing it:
Is this intended/expected right now? What would be a good workaround here?
--
You received this message because you are subscribed to the Google Groups "DataStax Spark Connector for Apache Cassandra" group.
To unsubscribe from this group and stop receiving emails from it, send an email to spark-connector-...@lists.datastax.com.
Cool, thanks for the workaround.
Does this seem reasonable for an improvement item in JIRA (CassandraConnector leveraging all spark.cassandra conf options)?