Re: map/reduce performance time and sstable readerŠ.

2013-09-03 Thread Hiller, Dean
pache.org>" mailto:user@cassandra.apache.org>> Date: Tuesday, September 3, 2013 12:06 PM To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Subject: RE: map/reduce performance time and sstable readerŠ. I am trying to do

RE: map/reduce performance time and sstable readerŠ.

2013-09-03 Thread java8964 java8964
I am trying to do the same thing, as in our project, we want to load the data from Cassandra into Hadoop cluster, and SSTable is one obvious option, as you can get the changed data since last batch loading directly from the SSTable incremental backup files. But, based on so far my research (I ma