
hadoop
iteye_21045
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Hadoop异常:n must be positive
测试HDFS 5000万个文件场景时,看到Datanode的log上不断的报如下异常 [code="java"] 11/11/10 00:00:00 ERROR datanode.DataNode: DatanodeRegistration(172.17.1.23:50010, storageID=DS-857985192-202.106.199.37-50010-1320820941090,...原创 2011-11-23 18:24:43 · 1232 阅读 · 0 评论 -
Hadoop异常:File /xxx/xxx/xx could only be replicated to 0 nodes, instead of 1
测试的时候,出现该异常信息 File /xxx/xxx/xx could only be replicated to 0 nodes, instead of 1 最终确定是ReplicationTargetChooser类的isGoodTarget出来的问题: [code="java"]if (considerLoad) { double avgLoad = 0; ...原创 2011-11-23 18:37:32 · 240 阅读 · 0 评论 -
Hadoop异常:Bad connect ack with firstBadLink
hadoop抛出如下异常:[code="java"][INFO] Exception in createBlockOutputStream java.io.IOException: Bad connect ack with firstBadLink xxx.xxx.xxx.xxx:50010 [INFO] Abandoning block blk_6251991629364444942_1850...原创 2011-11-24 11:10:39 · 308 阅读 · 0 评论