On Fri, Apr 22, 2011 at 9:07 PM, Jonathan Ellis <jbel...@gmail.com> wrote: > No. > > On Fri, Apr 22, 2011 at 3:22 PM, Subrahmanya Harve > <subrahmanyaha...@gmail.com> wrote: >> Hi, >> >> Is there a tool similar to sstable2json that can be used to convert data in >> commitlog to json? Or does sstable2json let us read the commitlog as well? >> >> Regards, >> smh. >> > > > > -- > Jonathan Ellis > Project Chair, Apache Cassandra > co-founder of DataStax, the source for professional Cassandra support > http://www.datastax.com >
You could 1)configure a second instance of cassandra 2)copy the commit logs to it 3) start the instance. (this will write the commit logs to memtables) 4) flush the column families 5) sstable2json the results