Datanode的日志中看到: 10/12/14 20:10:31 INFO hdfs.DFSClient: Could not obtain block blk_XXXXXXXXXXXXXXXXXXXXXX_YYYYYYYY from any node: java.io.IOException: No live nodes contain current block. Will get new block locations from namenode and retry... 


有可能是Hadoop HDFS Datanode 达到了同时处理文件的上限,修改

<property>

        <name>dfs.datanode.max.xcievers</name>

        <value>4096</value>

      </property>

然后重启datanode

相关文章:

  • 2021-12-29
  • 2022-02-28
  • 2022-02-21
  • 2022-12-23
  • 2022-12-23
  • 2021-06-30
  • 2021-11-29
猜你喜欢
  • 2021-07-09
  • 2022-12-23
  • 2022-12-23
  • 2021-09-10
  • 2022-01-10
  • 2021-08-23
  • 2022-01-31
相关资源
相似解决方案