Hadoop配置yarn出现Unhealthy Nodes

Posted java_没有然后

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Hadoop配置yarn出现Unhealthy Nodes相关的知识,希望对你有一定的参考价值。

1.搭建完hadoop后,出现“Unhealthy Nodes”不安全的节点

解决方法:在/opt/modules/hadoop-2.5.0/logs路径下查看resourcemanager用户日志,找到对应原因

NodeManager from node bigdata-01(cmPort: 38395 httpPort: 8042) registered with capability: <memory:8192, vCores:8>, assigned nodeId bigdata-01:38395

This happens when you don\'t have write access to the folder listed (in this case,/tmp/nodemanagerLog). To fix the problem, change this directory in your -site.xml file.

看来是因为我是以root用户在R上运行mapreduce,对log路径没有写权限,所以才会导致这个错误。。。

修改权限为777后重启hadoop,问题解决!

chmod 777 logs 

sbin/yarn-daemon.sh start resourcemanager
sbin/yarn-daemon.sh start nodemanager

 

以上是关于Hadoop配置yarn出现Unhealthy Nodes的主要内容,如果未能解决你的问题,请参考以下文章

hadoop配置

一次yarn服务unhealthy状态处理

Harbor新建仓库目标提示 the registry is unhealthy

Harbor新建仓库目标提示 the registry is unhealthy

JavaMail| JavaMail配置属性

cluster may be unhealthy: failed to list members