I am doing a basic map/reduce job on a database.I retrieve the values using the Result Class.I then am converting them to Strings.This is where it still remains in some byte format. For example,[[B@a2220f, [B@6a3960, [B@1dccedd]. On printing the class it says it is of [B which means Byte. Is there some encoding that happens when hbase stores data? How do i convert these values into string?
- Hbase Result set values in encoded format Ram
