incoggeek
1 min readNov 19, 2022

HBase in Big Data

hbase in bigdata
Credit: GeekforGeeks

HBase

• HBase is NoSQL database. It can take data in column formatted way.
• Data will be taken in key-value pairs. Here key-value should be byte array type only.
• HBase can purely work with real-time data.
• HBase is built on top of HDFS.
• HBase will always keep data in encrypted format.

In order to work with HBase. We should have master services.

column format
Column format data

HMaster

• It acts as a monitoring agent to monitor all region server instances present in the cluster and acts as an interface for all metadata changes. DDL ( table related cmd) are performed by HMaster and directly coordinates with schema.

HBase region servers

• They are connected with client and HMaster and work under HMaster.
• Here zookeeper keeps all the connected component synchronized and coordinated. And read-write operations (DML) are done here.
• It is also connected with DataNode of HDFS.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

incoggeek
incoggeek

Written by incoggeek

Just a Tech Enthusiast👨‍💻

No responses yet

Write a response