Re: ColumnFamilyInputFormat with super columns

2010-06-02 Thread Jonathan Ellis
We don't support supercolumns in CFIF yet. Peng Guo added this in his patchset at http://files.cnblogs.com/gpcuster/CassandraInputFormat.rar but it's mixed in with a ton of other changes. Honestly it's probably easier to start fresh, but it might be useful to look at his code for inspiration. On

ColumnFamilyInputFormat with super columns

2010-06-02 Thread Torsten Curdt
I have a super column along he lines of => { => { att: value }} Now I would like to process a set of rows [from_time..until_time] with Hadoop. I've setup the hadoop job like this job.setInputFormatClass(ColumnFamilyInputFormat.class); ConfigHelper.setColumnFamil