Re: Problems with adding datacenter and schema version disagreement

2014-04-15 Thread Umut Kocasaraç
Hi Olek, Could you solve the problem. Because we are experiencing exactly same issue. We have 4 nodes and all of them are in different schema. Our cassandra version is 2.0.6. Umut On Fri, Mar 21, 2014 at 12:26 AM, Robert Coli wrote: > On Thu, Mar 20, 2014 at 2:23 PM, olek.stas...@gmail.com <

Re: Problems with adding datacenter and schema version disagreement

2014-05-01 Thread Umut Kocasaraç
, it looks like a fix will be in 2.0.7 > > Thanks, > > Russ > > > On Tue, Apr 15, 2014 at 11:48 PM, Umut Kocasaraç wrote: > >> Hi Olek, >> >> Could you solve the problem. Because we are experiencing exactly same >> issue. We have 4 nodes and all o

Migrate table data to another table

2015-06-30 Thread Umut Kocasaraç
Hi, I want to change clustering order column of my table. As far as i know it is not possible to use alter command so i have created new table and i would like to move data from old table to this one. I am using Cassandra 2.0.7 and there is almost 100GB data on table. Is there any easy method to m

Re: Migrate table data to another table

2015-07-01 Thread Umut Kocasaraç
look at CQLSSTableWriter[1] in the Cassandra >> source tree. >> >> http://www.datastax.com/dev/blog/using-the-cassandra-bulk-loader-updated >> >> On Tue, Jun 30, 2015 at 1:18 PM, Umut Kocasaraç >> wrote: >> >>> Hi, >>> I want to chan