Hi,
I'm using HBase-Java-API to do some simple puts like this:

Put p.add(Bytes.toBytes(FAMILY_NAME), Bytes.toBytes(COLUMN), 
Bytes.toBytes(VALUE));

Now I have an 2D Integer array (640*480 elements).How to get that into HBase?

I tried this: http://pastebin.com/WffGkebZ

Any suggestions, please?

regards
Chris                                     

Reply via email to