Re: cassandra-cli 0.6 displays hashcodes instead of column names

2010-03-22 Thread Jean-Christophe Praud
It's ok with the UTF8Type comparator. Thanks for your help On Mon, Mar 22, 2010 at 8:43 PM, Sandeep Kalidindi < deepu.kalidi...@gmail.com> wrote: > I guess this has been discussed before in the mailing list. > > @Jean-Christophe Praud - try changing the comparator in your column Family > tags f

Re: cassandra-cli 0.6 displays hashcodes instead of column names

2010-03-22 Thread Sandeep Kalidindi
I guess this has been discussed before in the mailing list. @Jean-Christophe Praud - try changing the comparator in your column Family tags from "BytesType" to "UTF8Type" in your storage-conf.yml and then restart the cluster. Let us know if you can see the human readable column values after that

cassandra-cli 0.6 displays hashcodes instead of column names

2010-03-22 Thread Jean-Christophe Praud
Hi all, I've got a problem since upgrading to Cassandra 0.6beta2/3. Instead of: cassandra> get test1.tags['5464'] => (column=width, value=500, timestamp=1268918427) => (column=transparent_color, value=00, timestamp=1268918427) => (column=resolution, value=96x96, timestamp=1268918427) => (colu