0
0
Hadoopdata~10 mins

HBase architecture (RegionServer, HMaster) in Hadoop - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to identify the main component that manages regions in HBase.

Hadoop
The component responsible for serving and managing regions in HBase is called [1].
Drag options to blanks, or click blank then click option'
ARegionServer
BHMaster
CZooKeeper
DNameNode
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing HMaster with RegionServer
Thinking ZooKeeper manages data regions
2fill in blank
medium

Complete the code to identify the HBase component that coordinates cluster activities.

Hadoop
The [1] is responsible for managing the cluster, assigning regions, and handling failover.
Drag options to blanks, or click blank then click option'
AHMaster
BRegionServer
CDataNode
DZooKeeper
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing RegionServer with HMaster
Thinking ZooKeeper manages region assignments
3fill in blank
hard

Fix the error in the statement about HBase components.

Hadoop
The [1] handles client requests and stores data, while the HMaster manages cluster metadata.
Drag options to blanks, or click blank then click option'
AZooKeeper
BHMaster
CRegionServer
DNameNode
Attempts:
3 left
💡 Hint
Common Mistakes
Swapping roles of HMaster and RegionServer
Confusing ZooKeeper with data serving
4fill in blank
hard

Fill both blanks to complete the description of HBase architecture.

Hadoop
In HBase, the [1] assigns regions to [2] which serve data to clients.
Drag options to blanks, or click blank then click option'
AHMaster
BZooKeeper
CRegionServer
DDataNode
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up ZooKeeper with HMaster
Confusing DataNode with RegionServer
5fill in blank
hard

Fill all three blanks to complete the HBase cluster role description.

Hadoop
The [1] manages cluster metadata, [2] handle data storage, and [3] coordinate distributed consensus.
Drag options to blanks, or click blank then click option'
AHMaster
BRegionServers
CZooKeeper
DDataNodes
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing DataNodes with RegionServers
Mixing ZooKeeper with data serving