Re: Migrate table data to another table

2015-07-01 Thread Sebastian Estevez
Not yet, there is a ticket for CTAS for copy which will use spark to do what you are looking for. On Jul 1, 2015 3:31 AM, "Umut Kocasaraç" wrote: > In both methods i have to export table to one file and the i can move data > to new table. Can i copy from one table to another? > > 30 Haz 2015 Sal

Re: Migrate table data to another table

2015-07-01 Thread Umut Kocasaraç
In both methods i have to export table to one file and the i can move data to new table. Can i copy from one table to another? 30 Haz 2015 Sal, 20:31 tarihinde, Sebastian Estevez < sebastian.este...@datastax.com> şunu yazdı: > Another option is Brian's cassandra loader: > > https://github.com/bri

Re: Migrate table data to another table

2015-06-30 Thread Sebastian Estevez
Another option is Brian's cassandra loader: https://github.com/brianmhess/cassandra-loader All the best, [image: datastax_logo.png] Sebastián Estévez Solutions Architect | 954 905 8615 | sebastian.este...@datastax.com [image: linkedin.png]

Re: Migrate table data to another table

2015-06-30 Thread John Sanda
You might want to take a 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 change clustering order column of my table. As far as i know it >

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