Hi,

I am currently using hbase 1.2.0-cdh5.7.0 and i am performing scan and want
to show the fields in appropriate format using the following syntax
scan 'table', {COLUMNS =>
['cf:qualifier:c(org.apache.hadoop.hbase.util.Bytes).toDouble']}

But it still shows the result in the binary text format

However, if i try to perform get operation using the similar command, the
shell converts the binary text into appropriate format.
Is there configuration missing? Or do i need to import something?

 get 'table', 'rowkey','cf:qualifier:toDouble'

-- 
Best Regards,
Eko Susilo

Reply via email to