Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

though yarn.nodemanager.log-dirs is set to /hadop/yarn/log , logs are getting written to /var/log/hadoop-yarn/yarn

avatar
Contributor

Hi ,

though yarn.nodemanager.log-dirs is set to /hadop/yarn/log , logs are getting written to /var/log/hadoop-yarn/yarn

May i know the reason

thanks

JJ

1 ACCEPTED SOLUTION

avatar
Contributor

It depends on your configuration, but you changed the log configuration of the containers (separated worker processes) not the log configuration of the nodemanger process itself. Check the YARN_LOG_DIR variable in the yarn-env.sh for the location of the nodemanager's log.

View solution in original post

1 REPLY 1

avatar
Contributor

It depends on your configuration, but you changed the log configuration of the containers (separated worker processes) not the log configuration of the nodemanger process itself. Check the YARN_LOG_DIR variable in the yarn-env.sh for the location of the nodemanager's log.