I suggest you post this to spark-cassandra-connector list.
On Sat, Mar 12, 2016 at 12:52 AM, Siddharth Verma <
verma.siddha...@snapdeal.com> wrote:
> In cassandra I have a table with the following schema.
>
> CREATE TABLE my_keyspace.my_table1 (
> col_1 text,
> col_2 text,
> col_3 tex
In cassandra I have a table with the following schema.
CREATE TABLE my_keyspace.my_table1 (
col_1 text,
col_2 text,
col_3 text,
col_4 text,,
col_5 text,
col_6 text,
col_7 text,
PRIMARY KEY (col_1, col_2, col_3)
) WITH CLUSTERING ORDER BY (col_2 ASC, col_3 ASC);
For