hdfs联邦机制

联邦机制解决的是namenode单点压力过大(做的namenode负载均衡)

通过采用多个namenode管理不同的目录树结构


hdfs联邦机制配置

 <property> 
        <name>dfs.nameservices</name> 
        <value>cluster1,cluster2</value> 

    </property>


相关文章:

  • 2022-12-23
  • 2022-02-08
  • 2021-09-24
  • 2021-04-20
  • 2021-09-29
  • 2021-12-01
  • 2022-12-23
  • 2021-12-19
猜你喜欢
  • 2021-04-27
  • 2022-12-23
  • 2021-12-24
  • 2022-01-10
  • 2021-06-08
  • 2022-02-21
  • 2021-11-21
相关资源
相似解决方案