Support Questions

Find answers, ask questions, and share your expertise
Announcements
Now Live: Explore expert insights and technical deep dives on the new Cloudera Community BlogsRead the Announcement

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.