当前位置:网站首页>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自带的
所以就没有办法格式化,于是我改成了他
成功了
边栏推荐
- excel clear format
- ping no reply
- vscode hide menu bar
- excel cell contian two words, seperated by a slash
- Data Organization --- Chapter 5 Trees and Binary Trees --- The Concept of Binary Trees --- Application Questions
- 邻接表与邻接矩阵
- Chapter 19 Tips and Traps: Common Goofs for Novices
- 还在纠结报表工具的选型么?来看看这个
- Codeforces CodeTON Round 2 (Div. 1 + Div. 2, Rated, Prizes!) A-D 题解
- 如何使用pywinauto和pyautogui将动漫小姐姐链接请回家
猜你喜欢
Background project Express-Mysql-Vue3-TS-Pinia page layout-sidebar menu
程序员如何优雅地解决线上问题?
下载安装 vscode(含汉化、插件的推荐和安装)
数据机构---第五章树与二叉树---二叉树的概念---应用题
6134. Find the closest node to the given two nodes - force double hundred code
软技能之UML图
Is TCP reliable?Why?
drf生成序列化类代码
Making a Simple 3D Renderer
测试岗月薪5-9k,如何实现涨薪到25k?
随机推荐
IDEA入门看这一篇就够了
Chapter 11 Working with Dates and Times
【好书推荐】第一本无人驾驶技术书
Chapter 19 Tips and Traps: Common Goofs for Novices
访问控制台中的选定节点
What can be done to make this SQL into a dangerous SQL?
ELK log collection
Check if point is inside rectangle
计算两点之间的中点
Jmeter是什么
云原生DevOps环境搭建
Secondary Vocational Network Security Competition B7 Competition Deployment Process
[Camp Experience Post] 2022 Cybersecurity Summer Camp
论文理解【RL - Exp Replay】—— Experience Replay with Likelihood-free Importance Weights
CF1705D Mark and Lightbulbs
【SeaTunnel】从一个数据集成组件演化成企业级的服务
Always use "noopener" or "noreferrer" for links that open in a new tab
部门项目源码分享
System availability: 3 9s, 4 9s in SRE's mouth... What is it?
From 0 to 1: Design and R&D Notes of Graphic Voting Mini Program