Re: A (drop-in) replacement for ColumnFamilyRecordReader in C*3?

2017-05-03 Thread Jeff Jirsa
Changing your code to wrap org.apache.cassandra.hadoop.cql3.CqlRecordReader is probably easier than trying to bring the old thrift based record reader into the 3.0 world, but I don't have any concrete code examples. -- Jeff Jirsa > On May 2, 2017, at 6:02 PM, kedar mhaswade

A (drop-in) replacement for ColumnFamilyRecordReader in C*3?

2017-05-02 Thread kedar mhaswade
Hello Cassandra Devs, See https://issues.apache.org/jira/browse/CASSANDRA-10996. This JIRA tells us the schema changes between C*2 and C*3. Sylvain Lebresne suggests that one should use the KeyspaceMetadata and related classes from the DataStax driver instead of running queries against the