Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8961779
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T15:58:24+00:00 2026-06-15T15:58:24+00:00

I have cluster setup of Hbase : 1 HMaster Node and 3 Region Servers

  • 0

I have cluster setup of Hbase:

1 HMaster Node and 3 Region Servers

I would like to know that: When we insert the multiple rows in table, than how Hbase split the records across multiple regionServer ?

Does Hfile has sorted key value records(rowKey:cf:TimeStamp) ?

If yes than How Hbase maintain the sorted key order in Transaction Table.

I read that META table mentain the table information like (Table_name, Region(StartKey-EndKey)) is it correct ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T15:58:25+00:00Added an answer on June 15, 2026 at 3:58 pm

    I’m a bit confused by your questions, but when you insert multiple rows into tables, lookups are made to the .META. table to find which region should get the mutations and the client then sends it to the corresponding hbase regionserver.

    HFiles are indeed sorted files with keyvalues, which look more like

    <keylength> <valuelength> <rowlength> <row> <columnfamilylength> <columnfamily> <columnqualifier> <timestamp> <keytype> <value>

    http://hbase.apache.org/book/hfilev2.html

    http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/KeyValue.html

    Sorting occurs in all compactions i.e. when you add a row it is added to the memtable, which once filled with enough rows in the memtable it will sort them and dump them to a HFile(i.e Merge compaction). When multiple HFiles exist for a region HBase will merge them all together in a sorted fashion (called Major Compaction).

    The META Table maintains Region information, such as table name, region start key, end key, and which server is serving it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have setup a single node cluster on my desktop. Problem is i can't
I have a sudo account (not root) on several CentOS servers. We would like
We have a cluster of window services that acts as a hub. These services
I have a cluster of 20 servers. I want them to send 200 emails
For example I have created cluster with 1GB RAM memory per node. After some
I have a 3 node Cassandra cluster with replication factor of 2. Because one
I setup hadoop on a single node cluster. Everything works fine when I start
I have setup a Hadoop cluster containing 5 nodes on Amazon EC2. Now, when
We have a server setup where we have 2 web servers for our Umbraco
I'm a bit new to HBase and have been able to setup HBase and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.