You will have to use the hfile tool:
http://hbase.apache.org/book.html#hfile_tool  Point it at the region
that you've figured contains the row.
St.Ack

On Sat, Jun 11, 2011 at 12:56 PM, nikos pap <[email protected]> wrote:
> I am trying to find a way to get the name of the HFile which contains a 
> certain row id of a table. I can find the regionlocation of the Hfile with 
> table.getRegionLocation(rowid), but HRegionLocation doesn't seem to contain 
> the name of the file.
>
> Thanks for the help,
> Nikos
>

Reply via email to