Re: Writing Data To A Super Column That Is In A Column Family With A Type Of Standard

2012-03-05 Thread aaron morton
> Is it possible to mix both Standard and Super columns in the same > Column Family? No. > create column family users >with comparator = UTF8T >and key_validation_class=UTF8TYpe >and compression_options = { sstable_compression:SnappyCompressor, > chunk_length_kb:64} >and column_m

Writing Data To A Super Column That Is In A Column Family With A Type Of Standard

2012-03-04 Thread Christopher Bowland
Is it possible to mix both Standard and Super columns in the same Column Family? One of our Perl developers seems to have this working, but I have been using the Java Pelops client and have been unable to make this happen. I'm not asking how to do with Pelops as I'll bug those guys if it is possib