RE: ColumnFamilyOutputFormat and mapreduce.output.columnfamilyoutputformat.batch.threshold 0.70beta1

2010-09-30 Thread Alex Burkoff
: ColumnFamilyOutputFormat and mapreduce.output.columnfamilyoutputformat.batch.threshold 0.70beta1 When Jonathan said don't build trunk thrift, he meant just thrift - apply the patches against cassandra trunk. You shouldn't need to build the thrift bindings. On Sep 8, 2010, at 10:54 PM, Alex Burkoff wrote: Well

Re: ColumnFamilyOutputFormat and mapreduce.output.columnfamilyoutputformat.batch.threshold 0.70beta1

2010-09-09 Thread Jeremy Hanna
applying them to ? Alex. From: Jonathan Ellis [jbel...@gmail.com] Sent: Wednesday, September 08, 2010 6:48 PM To: user@cassandra.apache.org Subject: Re: ColumnFamilyOutputFormat and mapreduce.output.columnfamilyoutputformat.batch.threshold 0.70beta1

ColumnFamilyOutputFormat and mapreduce.output.columnfamilyoutputformat.batch.threshold 0.70beta1

2010-09-08 Thread Alex Burkoff
Guys, I was testing ColumnFamilyOutputFormat and found that only columns from the last Reduce invocation get stored when mapreduce.output.columnfamilyoutputformat.batch.threshold has the default value. Setting it to 1 changes the behavior, and all data is stored then. Is it the intended

RE: ColumnFamilyOutputFormat and mapreduce.output.columnfamilyoutputformat.batch.threshold 0.70beta1

2010-09-08 Thread Alex Burkoff
: ColumnFamilyOutputFormat and mapreduce.output.columnfamilyoutputformat.batch.threshold 0.70beta1 Try the patches on https://issues.apache.org/jira/browse/CASSANDRA-1434 (or wait until they're committed to trunk, then try a nightly build) On Wed, Sep 8, 2010 at 4:18 PM, Alex Burkoff aburk...@clearpathnet.com

Re: ColumnFamilyOutputFormat and mapreduce.output.columnfamilyoutputformat.batch.threshold 0.70beta1

2010-09-08 Thread Jonathan Ellis
mapred.JobClient:  map 100% reduce 0% Alex. From: Jonathan Ellis [jbel...@gmail.com] Sent: Wednesday, September 08, 2010 2:26 PM To: user@cassandra.apache.org Subject: Re: ColumnFamilyOutputFormat and mapreduce.output.columnfamilyoutputformat.batch.threshold

RE: ColumnFamilyOutputFormat and mapreduce.output.columnfamilyoutputformat.batch.threshold 0.70beta1

2010-09-08 Thread Alex Burkoff
: ColumnFamilyOutputFormat and mapreduce.output.columnfamilyoutputformat.batch.threshold 0.70beta1 Try the patches on https://issues.apache.org/jira/browse/CASSANDRA-1434 (or wait until they're committed to trunk, then try a nightly build) On Wed, Sep 8, 2010 at 4:18 PM, Alex Burkoff aburk...@clearpathnet.com

Re: ColumnFamilyOutputFormat and mapreduce.output.columnfamilyoutputformat.batch.threshold 0.70beta1

2010-09-08 Thread Jonathan Ellis
, September 08, 2010 6:48 PM To: user@cassandra.apache.org Subject: Re: ColumnFamilyOutputFormat and mapreduce.output.columnfamilyoutputformat.batch.threshold 0.70beta1 You can't build Cassandra against trunk thrift, the API has changed. Stick to the one shipped w/ Cassandra and you will be fine