首页 > 系统 > Linux > 正文

Hadoop报错jobtracker.info could only be replicated to 0

2024-08-27 23:59:27
字体:
来源:转载
供稿:网友

在运行Hadoop时报错jobtracker.info could only be replicated to 0 nodes, instead of 1了,下面一起来看解决办法.

首先查看下空间:

  1. hadoop dfsadmin -report:
  2. Configured Capacity: 0 (0 KB) 
  3. Present Capacity: 0 (0 KB) 
  4. DFS Remaining: 0 (0 KB) 
  5. DFS Used: 0 (0 KB) 
  6. DFS Used%: �% 
  7. Under replicated blocks: 0 
  8. ​Blocks with corrupt replicas: 0 
  9. Missing blocks: 0 //Vevb.com 

可以看到datanode没有空间,解决方法,修改datanode的VERSION信息:

  1. namespaceID=1884837280 
  2. storageID=DS-1550285373-172.18.11.68-50010-1390428970729 
  3. cTime=0 
  4. storageType=DATA_NODE 
  5. layoutVersion=-32 

另外两个1550285373,1390428970729,改成任意的,保证位数不变.

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表