I am trying to get few metrics details of HFile in HBase. The following are the questions.
- how to get actual location of the HFile for a Hbase table.
- Is there any shell command to get the consolidated file size.
I understand the Hfile is stored in HDFS, so the data is stored as blocks, in different data nodes. But how to get the consolidated data from an HBase point of view.