启动YARN Registry DNS报错信息如下:
resource_management.core.exceptions.ExecutionFailed: Execution of 'ambari-sudo.sh -H -E /usr/hdp/3.1.0.0-78/hadoop-yarn/bin/yarn --config /usr/hdp/3.1.0.0-78/hadoop/conf --daemon start registrydns' returned 1. ERROR: Cannot set priority of registrydns process 4643
同时输出:
java.net.BindException: Problem binding to [host-10-211-55-12:53] java.net.BindException: Address already in use; For more details see: http://wiki.apache.org/hadoop/BindException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance

在启动YARN Registry DNS时遇到错误,提示进程未启动。通过`hostname -f`检查主机名,发现端口冲突。解决方法包括:1) 更改RegistryDNS的绑定端口为54;2) 停止占用该端口的其他进程。调整配置并重启后问题解决。
最低0.47元/天 解锁文章
1945

被折叠的 条评论
为什么被折叠?



