Hi

Hbase stores everything in binary so if you want to scan a table using cli
and get some different formatting you can specify that:

get 'tablename','rowid' {column => [‘cf:qualifier1:toInt’] }
W dniu Sat 25 Apr 2015 o 00:45 Arthur Chan <[email protected]>
napisał(a):

> Hi all,
>
> Need help!!
>
> I have started playing around with Nutch2.3+Gora+HBase, but the some field
> output looks strange in HBase, is there any configuration or a simple step
> I might be missing?
>
> status: value=\x00\x00\x00\x01
> prevFetchTime: value=\x00\x00\x01L\x91]\xF5\x1C
> fetchTime: value=\x00\x00\x01L\x93\x92\x0F\x5C
>
> Hope someone can help me out (:
>

Reply via email to