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
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