Re: Persist JSON into HBase

2011-01-31 Thread Pablo Molnar
On Mon, Jan 31, 2011 at 4:48 PM, Stack wrote: > > > Don't use MapWritable. > > > > In the layer above HBase, inside whatever is hosting the HBase client, > > serialize the JSON to bytes and then write that to an HBase cell. In > > the same layer, reading, do th

Re: Persist JSON into HBase

2011-01-31 Thread Pablo Molnar
apWritable. > > In the layer above HBase, inside whatever is hosting the HBase client, > serialize the JSON to bytes and then write that to an HBase cell. In > the same layer, reading, do the deserializations. > > HBase only does byte arrays. > > St.Ack > > > On

Persist JSON into HBase

2011-01-31 Thread Pablo Molnar
want to create and index by a key (of the Map)? Thanks in advance, Pablo Molnar