IllegalArgumentException while saving rdd after repartition by cassandra replica set using cassandra spark connector

2018-07-22 Thread M Singh
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

Re: IllegalArgumentException while saving RDD to cassandra using Spark Cassandra Connector

2018-07-22 Thread M Singh
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

IllegalArgumentException while saving RDD to cassandra using Spark Cassandra Connector

2018-07-18 Thread M Singh
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