Nutch 2.3+Gora+Hbase : Strange Values Parsed -


i have started playing around nutch2.3+gora+hbase, results strange in hbase, there configuration or simple step might missing?

status: value=\x00\x00\x00\x01 fetchtime: value=\x00\x00\x01l\x93\x92\x0f\x5c prevfetchtime: value=\x00\x00\x01l\x91]\xf5\x1c 

expected values should be:

  • status: 4
  • fetchtime: 1426888912463 (i.e. in timestamp format)
  • prevfetchtime: 1424296904936 (i.e. in timestamp format)

why getting actual values instead of expected ones?


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -