Re: Cassandra sstable to Mysql

2016-04-03 Thread Abhishek Aggarwal
Thanks Bryan, I don't want to use the sstable as it will increase the load on Cassandra . I directly want to use the data file created using the CQLSSTablewriter for migrating to Mysql. Abhishek Aggarwal *Senior Software Engineer* *M*: +91 8861212073 , 8588840304 *T*: 0124 6600600 *EXT*: 12128 A

Re: Cassandra sstable to Mysql

2016-04-02 Thread Bryan Cheng
You have SSTables and you want to get importable data? You could use a tool like sstabletojson to get json formatted data directly from the sstables; however, unless they've been perfectly compacted, there will be duplicates and updates interleaved that will be properly ordered. If this is a full