Created 11-20-2017 04:52 PM
in our ambari cluster we cant start the standby Resource manager ( yarn ) on master02 machine ( its stuck and not startup )
and under folder - /var/log/hadoop/yarn/ , we not see any log files
so where are the logs files for yarn ? and how to debug this problem?
is it possible to debug the problem with the following: , if yes how to debug?
yarn rmadmin .... or yarn nodemanager
Created 11-27-2017 07:37 PM
All services logs can be found at the location mentioned in the yarn-env.sh (can be found under Hadoop Conf files, usually /etc/hadoop/conf/) on the respective nodes. Hence please check location mentioned in yarn-env.sh on the master02 machine.
Once we check the logs, it will be easier to figure out the exact reason for failure.
Example yarn-env.sh
export YARN_LOG_DIR=/grid/0/log/yarn/
Created 11-21-2017 05:27 PM
the main logs are under - /var/log/hadoop-yarn/yarn
Created 11-27-2017 07:37 PM
All services logs can be found at the location mentioned in the yarn-env.sh (can be found under Hadoop Conf files, usually /etc/hadoop/conf/) on the respective nodes. Hence please check location mentioned in yarn-env.sh on the master02 machine.
Once we check the logs, it will be easier to figure out the exact reason for failure.
Example yarn-env.sh
export YARN_LOG_DIR=/grid/0/log/yarn/