当前位置:网站首页>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自带的

所以就没有办法格式化,于是我改成了他

成功了

边栏推荐
- 怎样做才能让这条SQL变成一条危险的SQL?
- How to better understand and do a good job?
- System availability: 3 9s, 4 9s in SRE's mouth... What is it?
- Oracle database is set to read-only and read-write
- Check if point is inside rectangle
- Getting started with IDEA is enough to read this article
- excel vertical to horizontal
- Chapter 12 End-User Task As Shell Scripts
- 毕业作业
- Additional Features for Scripting
猜你喜欢

【参营经历贴】2022网安夏令营

从0到1:图文投票小程序设计与研发笔记

Quarantine and downgrade

D - Linear Probing- 并查集

测试岗月薪5-9k,如何实现涨薪到25k?

Building a cloud-native DevOps environment

伸展树的特性及实现

npm包【详解】(内含npm包的开发、发布、安装、更新、搜索、卸载、查看、版本号更新规则、package.json详解等)

还在纠结报表工具的选型么?来看看这个

The third chapter of the imitation cattle network project: develop the core functions of the community (detailed steps and ideas)
随机推荐
excel change cell size
还在纠结报表工具的选型么?来看看这个
用virtualenv和Virtualenvwrapper虚拟环境管理工具创建虚拟环境
DRF generating serialization class code
Quarantine and downgrade
ROS2初级知识(8):Launching启动多节点
sys_kill系统调用
chrome copies the base64 data of an image
问题解决方式了
sys_kill system call
Department project source code sharing
Codeforces CodeTON Round 2 (Div. 1 + Div. 2, Rated, Prizes!) A-D 题解
Data Organization --- Chapter 5 Trees and Binary Trees --- The Concept of Binary Trees --- Application Questions
LocalDateTime转为Date类型
计算两点之间的中点
YOLO等目标检测模型的非极大值抑制NMS和评价指标(Acc, Precision, Recall, AP, mAP, RoI)、YOLOv5中[email protected]与
简单3D渲染器的制作
检查点是否在矩形内
Special characters & escapes in bat
【参营经历贴】2022网安夏令营