0 votes
in HBase by

what is HMaster in HBase?

1 Answer

0 votes
by

The Hmaster is the Master server responsible for monitoring all RegionServer instances in the cluster and it is the interface for all metadata changes. In a distributed cluster, it runs on the Namenode.

...