hadoop错误Could not obtain block blk_XXX_YYY from any node:java.io.IOException:No live nodes contain c
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hadoop错误Could not obtain block blk_XXX_YYY from any node:java.io.IOException:No live nodes contain c相关的知识,希望对你有一定的参考价值。
错误:
10/12/08 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
原因:
Datanode 有一个同时处理文件的上限. 这个参数叫 xcievers。如果没有这一项配置,你可能会遇到奇怪的失败。你会在Datanode的日志中看到xcievers exceeded,但是运行起来会报 missing blocks错误
解决方法:
在conf/hdfs-site.xml里面的添加如下配置
<property>
<name>dfs.datanode.max.xcievers</name>
<value>4096</value>
<dedication> Datanode 有一个同时处理文件的上限,至少要有4096</dedication>
</property>
如果,您认为阅读这篇博客让您有些收获,不妨点击一下右下角的【推荐】。
如果,您希望更容易地发现我的新博客,不妨点击一下左下角的【关注我】。
如果,您对我的博客所讲述的内容有兴趣,请继续关注我的后续博客,我是【刘超★ljc】。
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。
以上是关于hadoop错误Could not obtain block blk_XXX_YYY from any node:java.io.IOException:No live nodes contain c的主要内容,如果未能解决你的问题,请参考以下文章
Could not obtain connection metadata
Could not obtain transaction-synchronized Session for current thread
Could not obtain transaction-synchronized Session for current thread
Could not obtain transaction-synchronized Session for current thread
事务配置不对导致:?Could not obtain transaction-synchronized Session for current thread
Could not obtain transaction-synchronized Session for current thread