Cell isn't included in cassandra-all artifact, making ColumnFamilyInputFormat difficult to use

2014-08-15 Thread Cody Koeninger
So in 2.0, the signature of ColumnFamilyInputFormat changed from using IColumn to Cell: import org.apache.cassandra.db.Cell; public class ColumnFamilyInputFormat extends AbstractColumnFamilyInputFormatByteBuffer, SortedMapByteBuffer, Cell But Cell isn't included in cassandra-all, even though

Re: Cell isn't included in cassandra-all artifact, making ColumnFamilyInputFormat difficult to use

2014-08-15 Thread Brandon Williams
cassandra-all only include cassandra-thift, and previously CFIF (probably incorrectly) used thrift's IColumn. That said, I suspect it was localized to cassandra-thrift with some purpose, so just throwing o.a.c.db in there might not be a good idea, but I don't know since I've never used

Committing to 2.0 and merging up without touching 2.1.0

2014-08-15 Thread Brandon Williams
Committers, Since we've had the 2.1.0 branch around a bit longer than we normally would this time around, we're starting to run into situations where we want to commit something to 2.0 and 2.1, but skip 2.1.0. Here's the process to correctly do that: First, commit to 2.0 (obviously). Next,