You can use the WholeRowIterator to get a map of all key/value pairs for a single row. It works as long as your row is small enough to fit in memory.
I don't know of any libraries convert between a row and a JavaBean. Typo[2] is the closest project I know of. -Russ 1: http://accumulo.apache.org/1.6/apidocs/org/apache/accumulo/core/iterators/user/WholeRowIterator.html 2:https://github.com/keith-turner/typo On Wed, Dec 10, 2014 at 6:14 PM, [email protected] <[email protected]> wrote: > HI > Scanner full table, but need the data in each row, is the rowkey of the > same > data, save data to JavaBean. > > <http://apache-accumulo.1065345.n5.nabble.com/file/n12506/accumulo.png> > > > > -- > View this message in context: > http://apache-accumulo.1065345.n5.nabble.com/accumulo-Scanner-tp12506.html > Sent from the Developers mailing list archive at Nabble.com. >
