Hi, I want to fetch a row from hbase rest client. Composite Rowkey is: <String><Integer> This is how the rowkey looks on hbase shell: ABCDEF\x00\x00\x00\x00\x01 I tried to do this request: hostname:8080/TABLE/ABCDEF%2Fx00%2Fx00%2Fx00%2F x00%2Fx01 Is it possible to get the this kind of row from Restful interface? If yes, Can anyone tell me how to get this row via Restful?
Thanks & Regards, Anil Gupta
