Re: Update cassandra rows problem

2015-09-28 Thread Ted Yu
t;keySpace", "myTable", > SomeColumns("a","b","c","date", "d", "e", "f"))* > > this works when i check in cqlsh , but i still get the value null when i > request the same

Update cassandra rows problem

2015-09-28 Thread amine_901
eToCassandra("keySpace", "myTable", SomeColumns("a","b","c","date", "d", "e", "f"))* this works when i check in cqlsh , but i still get the value null when i request the same rows by spark cassandra . Is this a