fullcontact / hadoop-sstable

Splittable Input Format for Reading Cassandra SSTables Directly
Apache License 2.0
49 stars 14 forks source link

SimpleExampleMapper/JsonColumnParser: parses CQL for AbstractTypes #10

Closed Xorlev closed 10 years ago

Xorlev commented 10 years ago

A little bit more complex, but we've already had a few questions about the key/columntype, especially since the default AbstractType is a CompoundType. We should really be getting this from the CFMetaData since we're already parsing it.

bvanberg commented 10 years ago

Thanks, Michael. This looks good.

bvanberg commented 10 years ago

Tested on a sample sstable, and it appears to be working. :shipit: