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?


Reply via email to