Re: HBase type support

2013-03-15 Thread Nick Dimiduk
On Thu, Mar 14, 2013 at 2:47 PM, Matteo Bertozzi wrote: > could you point me to the big picture of this jira? > The big picture is documented in the attachment on the ticket. If it's lacking, let me clarify and improve the document. from what I've understood this is something like > extending th

Re: HBase type support

2013-03-14 Thread Matteo Bertozzi
could you point me to the big picture of this jira? from what I've understood this is something like extending the Bytes.toInt() to all the types to allow the user to have something more like table.putInt(myKey, 100); int v = table.getInt(myKey) something like this right? or is there