Hi,
Thanks Andrew for the pointers. It worked after decoding from base-64.
Stuti
-Original Message-
From: Andrew Purtell [mailto:apurt...@apache.org]
Sent: Thursday, September 01, 2011 6:21 PM
To: user@hbase.apache.org
Subject: Re: Get query in REST for HBASE
Because keys in HBase are
Because keys in HBase are byte[], the REST interface base-64 encodes row key,
column name, and the value if you choose XML representation.
> Though I do receive timestamp, but rest of column familes(info:name and
> info:age) are not sent as a response.
You say you are looking for two values.