Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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.