|
|
-
Re: How to store numerics or dates as values in Accumulo?David Medinets 2012-12-21, 21:29
http://affy.blogspot.com/2012/11/how-can-i-use-reverse-sort-on-integer.html
shows one way to store numeric data. On Fri, Dec 21, 2012 at 4:23 PM, Kevin Pauli <[EMAIL PROTECTED]> wrote: > What is the recommended way of storing numeric data in Accumulo? It looks > like Mutation.put takes only a CharSequence or a Value, and a Value can only > take a byte[]. > > -- > Regards, > Kevin Pauli |