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

Re: Cassandra 1.2.9 cluster with vnodes is heavily unbalanced.

2013-09-24 Thread Suruchi Deodhar
/jira/browse/CASSANDRA-3810 , https://issues.apache.org/jira/browse/CASSANDRA-4123 ] . Thanks again for all your replies. Suruchi On Fri, Sep 20, 2013 at 7:04 PM, Robert Coli rc...@eventbrite.com wrote: On Fri, Sep 20, 2013 at 3:42 PM, Suruchi Deodhar suruchi.deod...@generalsentiment.com

Re: Cassandra 1.2.9 cluster with vnodes is heavily unbalanced.

2013-09-19 Thread Suruchi Deodhar
Hi Richard, This is a brand new cluster which started with num_tokens =256 on first boot and chose random tokens. The attached ring status is after data is loaded into the cluster for the first time using sdtableloader and remains that way even after Cassandra is restarted. Thanks, Suruchi

Re: Cassandra 1.2.9 cluster with vnodes is heavily unbalanced.

2013-09-19 Thread Suruchi Deodhar
Hi Robert, I downloaded apache-cassandra-1.2.9.tar.gz from http://cassandra.apache.org/download/ ( http://apache.mirrors.tds.net/cassandra/1.2.9/apache-cassandra-1.2.9-bin.tar.gz) and installed it on the individual nodes of the cassandra cluster. Thanks, Suruchi On Thu, Sep 19, 2013 at 12:35 PM,

Re: Cassandra 1.2.9 cluster with vnodes is heavily unbalanced.

2013-09-19 Thread Suruchi Deodhar
Hi Rob, Do you suggest I should try with some other installation mechanism? Are there any known problems with the tar installation of cassandra 1.2.9 that I should be aware of? Please do let me know. Thanks, Suruchi On Thu, Sep 19, 2013 at 1:04 PM, Suruchi Deodhar suruchi.deod

Re: Cassandra 1.2.9 cluster with vnodes is heavily unbalanced.

2013-09-19 Thread Suruchi Deodhar
starting it with higher num_tokens. On 19 September 2013 19:07, Robert Coli rc...@eventbrite.com wrote: On Thu, Sep 19, 2013 at 10:59 AM, Suruchi Deodhar suruchi.deod...@generalsentiment.com wrote: Do you suggest I should try with some other installation mechanism? Are there any known

Re: Cassandra 1.2.9 cluster with vnodes is heavily unbalanced.

2013-09-19 Thread Suruchi Deodhar
at 12:36 PM, Suruchi Deodhar suruchi.deod...@generalsentiment.com wrote: Thanks for your replies. I wiped out my data from the cluster and also cleared the commitlog before restarting it with num_tokens=256. I then uploaded data using sstableloader. However, I am still not able to see

Stable Priam version with Cassandra 1.2.5

2013-08-20 Thread Suruchi Deodhar
Hi, This is more of a Priam question, but asking it in the Cassandra forum since many of you may be using Priam to backup data from Cassandra. We are planning to migrate to Cassandra 1.2.5 in production. Which is the most stable version of Priam which is compatible with Cassandra 1.2.5 and is

Re: Stable Priam version with Cassandra 1.2.5

2013-08-20 Thread Suruchi Deodhar
be one more issue, they use public IP instead of names, so they are not accessible unless you open port 7000 to everyone. Honestly, it was quite painful to use Priam 1.2 Thank you, Andrey On Tue, Aug 20, 2013 at 1:50 PM, Suruchi Deodhar suruchi.deod...@generalsentiment.com wrote: Hi

Deleting column data from Cassandra without setting its TTL

2013-08-16 Thread Suruchi Deodhar
What is the best way to delete column data from a Cassandra cluster after it is backed up with snapshots (using Priam or otherwise) to a stable storage? We dont want to use the TTL option, since we would like to restore the backed-up data in the Cassandra cluster at a later time. Setting a TTL

Re: Deleting column data from Cassandra without setting its TTL

2013-08-16 Thread Suruchi Deodhar
it is CQL. So what can go wrong with TRUNCATEhttp://www.datastax.com/docs/1.0/references/cql/TRUNCATE ? Regards Arthur *From:* Suruchi Deodhar suruchi.deod...@generalsentiment.com *Sent:* Friday, August 16, 2013 12:23 PM *To:* user@cassandra.apache.org *Subject:* Deleting column data