Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

hbase local files via ambari

avatar
Rising Star

Apologize for the dumb question..

Is there a command line view to get hbase files local %? Or, alternatively, a way to refresh the widget on Ambari on demand? thanks..

1 ACCEPTED SOLUTION

avatar
Master Collaborator

Did you mean locality for HFiles ?

You can get such metric through /jmx

There isn't command line which would directly give you this metric.

View solution in original post

3 REPLIES 3

avatar
Master Collaborator

Did you mean locality for HFiles ?

You can get such metric through /jmx

There isn't command line which would directly give you this metric.

avatar
Master Collaborator

Here is sample /jmx output:

"name" : "Hadoop:service=HBase,name=RegionServer,sub=Server",

"modelerType" : "RegionServer,sub=Server",

...

"percentFilesLocal" : 97,

"percentFilesLocalSecondaryRegions" : 97,

avatar
Rising Star

ah, thanks Ted