You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by lujinhong <lu...@yahoo.com> on 2015/02/07 14:23:16 UTC

hbase content of the injectorjob

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