
Yarn
lvtula
这个作者很懒,什么都没留下…
展开
-
yarn application -kill jobid
CDH中kill application的方式: 1、找到yarn命令,如果命令没有可执行权限,那么需要添加#sudo chmod +x bin 2、找到job的id:通过点击cloudrea manager中的主机-----》host27.master---->点击 红框 ----》点击进入机器的8088端口url: http://host27...转载 2019-04-12 11:17:51 · 948 阅读 · 0 评论 -
Yarn的JobHistory目录权限问题导致MapReduce作业异常
1.问题描述 Hive的MapReduce作业无法正常运行,日志如下: 0: jdbc:hive2://localhost:10000>select count(*) from student; … command(queryId=hive_20170902081616_d676f921-c62c-4fac-84b9-272663a2fca0); _Time_taken: 10.02...转载 2019-04-28 14:55:47 · 818 阅读 · 0 评论 -
用户提交任务到yarn报错
用户提交任务到yarn时有可能遇到下面的错误: 1) Requested user anything is not whitelisted and has id 980,which is below the minimum allowed 1000 这是因为yarn中配置min.user.id=1000,yarn认为id小于1000的是超级用户,yarn禁止超级用户提交任务; Each...转载 2019-05-19 20:28:14 · 3737 阅读 · 0 评论