Here's a simple example I did a little while ago that might be helpful: https://github.com/rustyrazorblade/spark-data-migration
On Tue, May 19, 2015 at 10:53 PM Jonathan Haddad <[email protected]> wrote: > It's not built into Cassandra. You'll probably want to take a look at > Apache Spark & the DataStax connector. > > https://github.com/datastax/spark-cassandra-connector > > Jon > > On Tue, May 19, 2015 at 10:29 PM amit tewari <[email protected]> > wrote: > >> Hi >> >> We would like to have the ability of being able to create new tables from >> existing tables (on the fly), but with with a new/different partition key. >> >> Can this be done from CQL? >> >> Thanks >> Amit >> >
