Yarn提交job报错Failed to submit application_1675941756585_0001 to YARN : root is not a leaf queue

Posted wenchun001

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Yarn提交job报错Failed to submit application_1675941756585_0001 to YARN : root is not a leaf queue相关的知识,希望对你有一定的参考价值。

最近在学习hadoop,搭建集群时发现很多问题,比如yarn的RM高可用集群,很多坑,比如下面这个: root is not a leaf queue

这个错误找了全网的答案,尝试了没有一个正确。

查询了很多文档,最终还是选择重新搭建一次,发现是配置少了。

    <!-- 选择调度器,默认容量 -->
    <property>
        <description>The class to use as the resource scheduler.</description>
        <name>yarn.resourcemanager.scheduler.class</name>
        <value>org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler</value>
    </property>

 

以上是关于Yarn提交job报错Failed to submit application_1675941756585_0001 to YARN : root is not a leaf queue的主要内容,如果未能解决你的问题,请参考以下文章

git push 报错failed to push some refs to‘xxx‘

半小时学会上传本地项目到github 及 github提交报错failed to add file / to index解决办法

LSF - 提交GUI应用到LSF无法运行,报错Failed to connect to socket /tmp/dbus-xxxxxxxxx: Connection refused

启动hive报错[ERROR] Terminal initialization failed; falling back to unsupported

springboot 提交时间字符串报错 Failed to convert property value of type ‘java.lang.String‘ to required ‘Date‘

springboot 提交时间字符串报错 Failed to convert property value of type ‘java.lang.String‘ to required ‘Date‘