Hi everyone,

I've got a couple keys in my HBase table that are delimited by the EOT
(\x04) character.

I've tried a couple ways to query this: eg: get 'table', 'foo\x04bar'; get
'table' 'foo\cDbar' but haven't had any luck.  If I scan the table the keys
come back as 'foo\x04bar' in the shell but I can't do a get against them.

Any suggestions?

Jon

Reply via email to