pyspark-cassandra icon indicating copy to clipboard operation
pyspark-cassandra copied to clipboard

Utilities and examples to asssist in working with PySpark and Cassandra.

Results 2 pyspark-cassandra issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to use pyspark-cassandra, but an exception is raised in org.apache.spark.api.python.PythonRDD.writeIteratorToStream(...) with the message 'Unexpected element type com.datastax.spark.connector.japi.CassandraRow'. I can use Spark and Cassandra through the datastax connector...