当前位置:网站首页>[solution] final app status- undefined, exitcode- 16
[solution] final app status- undefined, exitcode- 16
2022-07-07 06:29:00 【Ride a snail forward】
Abnormal information
ERROR yarn.ApplicationMaster: RECEIVED SIGNAL TERM
INFO yarn.ApplicationMaster: Final app status: UNDEFINED, exitCode: 16, (reason: Shutdown hook called before final status was reported.)
INFO util.ShutdownHookManager: Shutdown hook called
My scene is :java The code uses SparkLauncher
Submit spark Mission jar Package to yarn The cluster to perform , The above exception occurred . Sui google The right way to open .
terms of settlement
- stay
${HADOOP_HOME}/etc/hadoop/yarn-site.xml
Add the following configuration :
<property>
<name>yarn.nodemanager.aux-services</name>
<value>spark_shuffle,mapreduce_shuffle</value>
</property>
<property>
<name>yarn.nodemanager.aux-services.spark_shuffle.class</name>
<value>org.apache.spark.network.yarn.YarnShuffleService</value>
</property>
- see
${HADOOP_HOME}/share/yarn/lib
Is there anyspark-*-yarn-shuffle.jar
This jar package ,*
It's the version number . without , hold spark Corresponding jar Copy the package to this directory :
cd ${HADOOP_HOME}/share/yarn/lib
cp ${SPARK_HOME}/yarn/spark-2.4.8-yarn-shuffle.jar ./
- restart yarn.
cd ${HADOOP_HOME}
./sbin/stop-yarn.sh
./sbin/start-yarn.sh
边栏推荐
- Implementation of VGA protocol based on FPGA
- 基于ADAU1452的DSP及DAC音频失真分析
- postgresql 数据库 timescaledb 函数time_bucket_gapfill()报错解决及更换 license
- UIC(组态UI工程)公版文件库新增7款行业素材
- C language interview to write a function to find the first occurrence of substring m in string n.
- 拼多多败诉:“砍价免费拿”侵犯知情权但不构成欺诈,被判赔400元
- Experience of Niuke SQL
- Redis (I) -- getting to know redis for the first time
- 软件测试到了35岁,真的就干不动了吗?
- LM小型可编程控制器软件(基于CoDeSys)笔记二十三:伺服电机运行(步进电机)相对坐标转换为绝对坐标
猜你喜欢
【GNN】图解GNN: A gentle introduction(含视频)
window下面如何安装swoole
Handling hardfault in RT thread
Audio distortion analysis of DSP and DAC based on adau1452
Redis(二)—Redis通用命令
Find duplicate email addresses
win系统下安装redis以及windows扩展方法
Shared memory for interprocess communication
2022Android面试必备知识点,一文全面总结
安装VMmare时候提示hyper-v / device defender 侧通道安全性
随机推荐
[shell] summary of common shell commands and test judgment statements
你不知道的互联网公司招聘黑话大全
When we talk about immutable infrastructure, what are we talking about
Find duplicate email addresses
Knight defeats demon king (Backpack & DP)
693. 行程排序
基于ADAU1452的DSP及DAC音频失真分析
FlexRay通信协议概述
LM小型可编程控制器软件(基于CoDeSys)笔记二十三:伺服电机运行(步进电机)相对坐标转换为绝对坐标
Jstack of JVM command: print thread snapshots in JVM
JVM command - jmap: export memory image file & memory usage
c面试 加密程序:由键盘输入明文,通过加密程序转换成密文并输出到屏幕上。
安装VMmare时候提示hyper-v / device defender 侧通道安全性
JMeter's own functions are not enough? Why don't you develop one yourself
Redis (II) - redis General Command
vim映射大K
JVM in-depth
C language interview to write a function to find the first occurrence of substring m in string n.
Calculation model FPS
牛客小白月赛52 E.分组求对数和(二分&容斥)