码迷,mamicode.com
首页 > 其他好文 > 详细

Hadoop问题:There are 0 datanode(s) running and no node(s) are excluded in this operation.

时间:2018-03-03 12:17:38      阅读:332      评论:0      收藏:0      [点我收藏+]

标签:现在   ted   说明   gpo   java   job   tag   tee   jar   

问题描述: org.apache.hadoop.ipc.RemoteException(java.io.IOException): File /tmp/hadoop-yarn/staging/hadoop/.staging/job_1519998981934_0001/job.jar could only be replicated to 0 nodes instead of minReplication (=1). There are 0 datanode(s) running and no node(s) are excluded in this operation.

问题分析:There are 0 datanode(s) 使用jps查看有哪些进程正在运行,发现datanode节点没有在运行说明是由于该节点没有正常启动导致数据无法存放,从而发生错误。

问题解决:停止现在运行的所有进程,然后重新启动。主要是 datanode.

Hadoop问题:There are 0 datanode(s) running and no node(s) are excluded in this operation.

标签:现在   ted   说明   gpo   java   job   tag   tee   jar   

原文地址:https://www.cnblogs.com/haimishasha/p/8495906.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!