InterviewSolution
Saved Bookmarks
| 1. |
How does Hbase provide high availability? |
|
Answer» Hbase uses a feature called region replication. In this feature for each region of a table, there will be multiple replicas that are opened in different RegionServers. The Load Balancer ensures that the region replicas are not co-hosted in the same region servers. |
|