Hi, Lujinhong,

They are not error codes, they are serialized values using Gora. HBase
shell shows scaped byte values when the byte is not printable in the
console.

In order to dump the values you have to use 'nutch readdb'. Take a look
here: https://wiki.apache.org/nutch/CommandLineOptions

Regards,

Alfonso Nishikawa
El 08/02/2015 08:27, "lu_jin_hong(陆锦洪)" <lu_jin_h...@163.com> escribió:

> Hi  all,
>
>     I ran the InjectorJob and inject the url to hbase, the content in
> see.txt is :
>     http://money.163.com/
>
>     The job finished successfully and I found this in hbase:
>
>    hbase(main):029:0* scan 'webpage'
> ROW                                               COLUMN+CELL
>
>
>  com.163.money:http/                              column=f:fi,
> timestamp=1423314482938, value=\x00'\x8D\x00
>
>  com.163.money:http/                              column=f:ts,
> timestamp=1423314482938, value=\x00\x00\x01Kd'j\x00
>
>  com.163.money:http/                              column=mk:_injmrk_,
> timestamp=1423314482938, value=y
>
>  com.163.money:http/                              column=mk:dist,
> timestamp=1423314482938, value=0
>
>  com.163.money:http/                              column=mtdt:_csh_,
> timestamp=1423314482938, value=?\x80\x00\x00
>
>  com.163.money:http/                              column=s:s,
> timestamp=1423314482938, value=?\x80\x00\x00
>
> 1 row(s) in 0.0310 seconds
>
>
> what can i do to get a meaning value, other than the error code, such as
> value=\x00'\x8D\x00   ??
>
> Thanks.
> Lujinhong
>
>
>

Reply via email to