Gary, I've called KV.getRow() however there has been nothing returned, or for the 'info' family, values other than what the Put object was given.
> Sorry, not sure what you mean by the info family? You mean in the .META. > table or somewhere else? In .META. it holds one row per region for each > user table in HBase. Info seems to be a family that's given to the Coprocessor, at least when the test case uses HBaseTestingUtility. Jason On Mon, Mar 14, 2011 at 1:28 PM, Gary Helmling <[email protected]> wrote: > You can get the row key from the KeyValue entries in the map. Just call > KeyValue.getRow(). > > Sorry, not sure what you mean by the info family? You mean in the .META. > table or somewhere else? In .META. it holds one row per region for each > user table in HBase. > > > On Mon, Mar 14, 2011 at 12:53 PM, Jason Rutherglen < > [email protected]> wrote: > >> I've subclassed RegionObserver and am overriding postPut. How does >> one obtain the row byte[] of the Put that generated the call? Is it >> available via from the familyMap? What is the purpose of the info >> family? >> >
