EMR 配置纪录(不断更新)

本文详细解析了YARN中nodemanager的本地文件与日志目录配置,阐述了local-dirs与log-dirs属性的作用及具体路径设置,帮助读者理解应用的本地文件存放与日志记录机制。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >


日志路径 -> /var/log(软连接到 /mnt/var/log)

在 spark master 机器中,配置的路径为

/usr/lib/spark/conf
/usr/lib/hadoop-yarn/etc/hadoop/

  

其中关键的配置

<property><name>yarn.nodemanager.local-dirs</name><value>/mnt/yarn</value></property>
<property><name>yarn.nodemanager.log-dirs</name><value>/var/log/hadoop-yarn/containers</value></property>

local-dirs: 应用的本地文件,官方解释为:

List of directories to store localized files in. An application's localized file directory will be found in: ${yarn.nodemanager.local-dirs}/usercache/${user}/appcache/application_${appid}. Individual containers' work directories, called container_${contid}, will be subdirectories of this.


log-dirs: 应用的日志路径,官方解释为:
Where to store container logs. An application's localized log directory will be found in ${yarn.nodemanager.log-dirs}/application_${appid}. Individual containers' log directories will be below this, in directories named container_{$contid}. Each container directory will contain the files stderr, stdin, and syslog generated by that container.

 

转载于:https://www.cnblogs.com/keepthinking/p/10386803.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值