During a scan, each iteration of Scanner.next() returns a Result object which gives you the row key. Check the javadoc!
-ryan On Mon, Dec 27, 2010 at 11:40 PM, Pete Haidinyak <[email protected]> wrote: > Hi, > Is there a way to get the Row Key for the result from a Scanner? I've seen > examples where you get the bytes for the row and extract the row key from > there but my keys are of random lenght. > > Thanks > > -Pete > >
