In there any solution to make them human-readable? I mean convert "A \x00\x00" to 10 and so on
On Wed, Jul 20, 2011 at 4:02 PM, Julien Nioche < [email protected]> wrote: > already answered this => serialisation done with AVRO > > On 20 July 2011 12:06, Mohammad Hassan Pandi <[email protected]> wrote: > > > I have no problem with Nuth-Gora-HBase. All I want to know is how value > is > > formatted? > > how A \x00\x00 means 10? > > how A\x10\x00\x00 means 9? > > how @\xE0\x00\x00 means 7 > > and so on... > > > > > > On Wed, Jul 20, 2011 at 3:12 PM, Julien Nioche < > > [email protected]> wrote: > > > > > Using 2.0 I gather? As you've probably seen Nutch uses GORA as an > > > interaction layer with the storage backend. Gora serializes the > > information > > > to the backend using Avro. See > > > http://incubator.apache.org/gora/docs/current/tutorial.html > > > If you need to read from HBase you'll need to do so using GORA > > > > > > Makes sense? > > > > > > Julien > > > > > > On 20 July 2011 11:32, Mohammad Hassan Pandi <[email protected]> > wrote: > > > > > > > Hi Everybody > > > > How is nutch.score formatted??? > > > > I use HBase + Nutch. for example I have injected a url with score 10 > > and > > > > what I see in HBase is value=A \x00\x00 > > > > how is "A \x00\x00" representing 10??? > > > > > > > > > > > > > > > > -- > > > * > > > *Open Source Solutions for Text Engineering > > > > > > http://digitalpebble.blogspot.com/ > > > http://www.digitalpebble.com > > > > > > > > > -- > * > *Open Source Solutions for Text Engineering > > http://digitalpebble.blogspot.com/ > http://www.digitalpebble.com >

