Re: Cassandra remove column using thrift

2013-11-01 Thread Jayadev Jayaraman
Hey guys, False alarm, sorry about that. Our column-names are byte-concatenations of short integers and we had been constructing the column names wrongly before attempting a delete. We fixed the problem and we've been able to delete the columns without issue. On Fri, Nov 1, 2013 at 4:19 PM, Robe

Re: Cassandra remove column using thrift

2013-11-01 Thread Robert Coli
On Fri, Nov 1, 2013 at 8:15 AM, Suruchi Deodhar < suruchi.deod...@generalsentiment.com> wrote: > I provide the timestamp as the current time and > consistency_level=ConsistencyLevel.ALL. > > My questions wrt this are: > 1. Is there a log where I can check whether the remove command registered > su

Cassandra remove column using thrift

2013-11-01 Thread Suruchi Deodhar
Hello folks, I have a couple of questions regarding deletion of columns from Cassandra using thrift. I am trying to remove a column using the thrift API call - remove() defined as below. void remove(1:required binary key, 2:required ColumnPath column_path, 3:required i