On 05/24/2012 09:42 AM, Colclough, Christopher M. wrote:
I’ve written a scanner to return the map of <Key,Value> pairs, but it
returns only the table key:table value. I’d like to have it return the
entire row from the table, just like the scan operator does when using
the Accumulo shell. What class/method should I use to do this?

I'm not sure what you mean. Can you give an example of the behavior you're seeing and the behavior you want?

Accumulo tables are (basically) big sorted maps of (Key, Value) pairs, where the Keys have a certain structure and native sort order. Scanners return some collection of such pairs.

Reply via email to