Zookeeper主要管理Hadoop集群中的NameNode,HBase中HBaseMaster的选举,Servers之间状态同步等。具体一点,细一点说,单只HBase中ZooKeeper实例负责的工作就有:存储HBase的Schema,实时监控HRegionServer,存储所有Region的寻址入口,当然还有最常见的功能就是保证HBase集群中只有一个Master。

【Big Data 每日一题20180815】 HBase 与 zookeeper 之间的关系?

相关文章:

  • 2021-08-28
  • 2022-12-23
  • 2021-12-28
  • 2021-08-18
  • 2021-08-18
  • 2022-03-09
  • 2022-12-23
  • 2021-06-01
猜你喜欢
  • 2021-07-21
  • 2021-08-13
  • 2021-08-23
  • 2021-09-20
  • 2021-05-13
  • 2021-06-09
  • 2021-11-18
相关资源
相似解决方案