Re: CDH4 + Cassandra 1.2 Integration Issue

2013-04-09 Thread Gurminder Gill
CREATE TABLE user ( > id int PRIMARY KEY, > age int, > fname text, > lname text > ) WITH COMPACT STORAGE > > > > > -- > Best regards > Shamim A. > > > > 10.04.2013, 08:22, "Gurminder Gill" : > > I was able to start a

CDH4 + Cassandra 1.2 Integration Issue

2013-04-09 Thread Gurminder Gill
I was able to start a MR job after patching Cassandra.Hadoop as per CASSANDRA-5201 . But then, ColumnFamilyRecordReader pukes within the MapTask. It is unable to read CF definition in the sample keyspace. The CF "user" does exist. *How can "cf