Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

Hbase average load high in ambari

In ambari hbase avg load is high , it is 360 regions per regionserver .....what are the parameters in general I have to tune related to hbase so that hbase avg load could be less than 250 regions per regionserver.

2 REPLIES 2

Mentor

@Anurag Mishra

Depending on your hbase version this could be a solution Hbase Region Normaliser

Simple implementation of region normalizer. Logic in use:

  • Get all regions of a given table
  • Get avg size S of each region (by total size of store files reported in RegionMetrics)
  • Seek every single region one by one. If a region R0 is bigger than S * 2, it is kindly requested to split. Thereon evaluate the next region R1
  • Otherwise, if R0 + R1 is smaller than S, R0 and R1 are kindly requested to merge. Thereon evaluate the next region R2
  • Otherwise, R1 is evaluated

Hope that helps


The above questiom and the reply thread below was originally posted in the Community Help Track. On Sun Jun 9 23:05 UTC 2019, a member of the HCC moderation staff moved it to the Cloud & Operations track. The Community Help Track is intended for questions about using the HCC site itself.

Bill Brooks, Community Moderator
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.