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
