Re: UUID cli output

2011-10-01 Thread Jonathan Ellis
You don't have a key type defined in your schema, so the cli is showing you the bytes, in hex notation. Look at "help update column family" for how to add the uuid key validator. On Sat, Oct 1, 2011 at 5:31 PM, Ruby Stevenson wrote: > hi all > > I am using UUID as my row key, and when examine it

UUID cli output

2011-10-01 Thread Ruby Stevenson
hi all I am using UUID as my row key, and when examine it in CLI, I was expecting something like this that get printed: b2f0da40-ec2c-11e0--242d50cf1fbf instead, I am seeing something like this: 633866363838343065626462313165303030303032343264353063663166 How does this get transformed?