Re: Extracting data from SSTable files with MapReduce

2013-04-15 Thread Jasper K.
nsultant > New Zealand > > @aaronmorton > http://www.thelastpickle.com > > On 13/04/2013, at 7:58 PM, Jasper K. wrote: > > Hi, > > Does anyone have any experience with running a MapReduce directly against > a CF's SSTable files? > > I have a use case whe

Extracting data from SSTable files with MapReduce

2013-04-13 Thread Jasper K.
Hi, Does anyone have any experience with running a MapReduce directly against a CF's SSTable files? I have a use case where this seems to be an option. I want to export all data from a CF to a flat file format for statistical analysis. Some factors that make it (more) doable in my case: -The Cas