Re: Replacing thrift calls in Hadoop input-split calculation with Java driver calls.

2014-04-01 Thread Aleksey Yeschenko
This doesn’t belong to CQL-the language. However, this could be implemented as a virtual system column family - sooner or later we’d need something like this anyway. Then you’d just run SELECT’s against it as if it were a regular column family. -- AY On Wednesday, April 2, 2014 at 00:03 AM

Re: Replacing thrift calls in Hadoop input-split calculation with Java driver calls.

2014-04-01 Thread Tyler Hobbs
Split calculation can't be done client-side because it requires key sampling (which requires reading the index summary). This would have to be added to CQL. Since I can't see any alternatives and this is required for good Hadoop support, would you mind opening a ticket to add support for this?