I have key in following format:

byte[] rowKey =
=Bytes.add(Bytes.toBytes("3"),Bytes.toBytes(982222),Bytes.toBytes(1211));

It is stored as byte array.

How to decode it when using java?

Bytes.toString(CellUtil.cloneRow(cell)) 

results in a�~�� 




--
Sent from: http://apache-hbase.679495.n3.nabble.com/HBase-User-f4020416.html

Reply via email to