Hi Folks:
I am working with on a project to save Spark dataframe to cassandra and am
getting an exception regarding row size not valid (see below). I tried to trace
the code in the connector and it appears that the row size (3 below) is
different from the column count (which turns out be 1). I
uot;,"customers")
customersRdd.saveToCassandra("test","customer")
Thanks
On Wednesday, July 18, 2018, 10:45:25 AM PDT, M Singh
wrote:
Hi Cassandra/Spark experts:
I am working with on a project to save Spark dataframe to cassandra and am
getting an exception regarding row size
Hi Cassandra/Spark experts:
I am working with on a project to save Spark dataframe to cassandra and am
getting an exception regarding row size not valid (see below). I tried to trace
the code in the connector and it appears that the row size (3 below) is
different from the column count (which tu