当前位置:网站首页>cdh的hue上oozie启动报错,Cannot allocate containers as requested resource is greater than maximum allowed
cdh的hue上oozie启动报错,Cannot allocate containers as requested resource is greater than maximum allowed
2022-08-01 23:26:00 【我要用代码向我喜欢的女孩表白】
Caused by: org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.yarn.exceptions.InvalidResourceRequestException): Invalid resource request! Cannot allocate containers as requested resource is greater than maximum allowed allocation. Requested resource type=[memory-mb], Requested resource=<memory:2048, vCores:1>, maximum allowed allocation=<memory:1213, vCores:4>, please note that maximum allowed allocation is calculated by scheduler based on maximum resource of registered NodeManagers, which might be less than configured maximum allocation=<memory:1213, vCores:4>
原因是,oozie启动资源默认,需要2GB
有2种方法
1.修改yarn资源调度的内存
2.修改oozie的默认值
这里我们修改oozie的默认值,将原来的2G改成了500MB
成功,没有报那个错误了
No Notification URL is defined. Therefore nothing to notify
我感觉很狗屁,于是我加大oozie的资源为2G,然后把yarn容器资源调成2.5G(在oozie和yarn的配置中)
oozie:
Default Launcher Memory
2G
yarn:
yarn.nodemanager.resource.memory-mb
2G
yarn.scheduler.maximum-allocation-mb
2.5G
网上说是正常的,在hue中是看不到原因。需要获取他的外部地址,去oozie页面看
跳转进hadoop,看日志
No child hadoop job is executed.
这是一个日志,相当于没有日志,只要是出错了,都会导致这种情况。
但是,上面的strErr说
Error: Error while compiling statement: FAILED: ParseException line 1:62 mismatched input '-' expecting ) near '2022' in add partition statement (state=42000,code=40000)
发现了问题,是我的sql问题,我分区的sql是yyyyMMdd,但是我传过去的动态时间是,用的oozie自带的
所以就没有办法格式化,于是我改成了他
成功了
边栏推荐
- The monthly salary of the test post is 5-9k, how to increase the salary to 25k?
- bat 之 特殊字符&转义
- excel change cell size
- What can be done to make this SQL into a dangerous SQL?
- excel cell contian two words, seperated by a slash
- 测试岗月薪5-9k,如何实现涨薪到25k?
- excel split text into different rows
- 分享10套开源免费的高品质源码,免费源码下载平台
- cmd command
- problem solved
猜你喜欢
Codeforces CodeTON Round 2 (Div. 1 + Div. 2, Rated, Prizes!) A-D 题解
TCP 可靠吗?为什么?
云原生DevOps环境搭建
简单3D渲染器的制作
cmd指令
数据机构---第五章树与二叉树---二叉树的概念---应用题
y84.第四章 Prometheus大厂监控体系及实战 -- prometheus告警机制进阶(十五)
Building a cloud-native DevOps environment
论文理解【RL - Exp Replay】—— Experience Replay with Likelihood-free Importance Weights
研发团队数字化转型实践
随机推荐
numpy.where
Building a cloud-native DevOps environment
Getting started with IDEA is enough to read this article
B. Difference Array--Codeforces Round #808 (Div. 1)
6132. 使数组中所有元素都等于零-快速排序法
From 0 to 1: Design and R&D Notes of Graphic Voting Mini Program
中职网络安全竞赛B7比赛部署流程
2022/7/31
excel edit a cell without double clicking
浅析多服务在分布式系统下多事务通信处理机制方案
npm包【详解】(内含npm包的开发、发布、安装、更新、搜索、卸载、查看、版本号更新规则、package.json详解等)
6134. 找到离给定两个节点最近的节点-力扣双百代码
Codeforces CodeTON Round 2 (Div. 1 + Div. 2, Rated, Prizes!) A-D 题解
分享10套开源免费的高品质源码,免费源码下载平台
CAKE:一个用于多视图知识图谱补全的可扩展性常识感知框架
sys_kill system call
下载安装 vscode(含汉化、插件的推荐和安装)
ping no reply
C language - branch statement and loop statement
添加大量元素时使用 DocumentFragments