Created 06-25-2018 09:39 AM
my standby namenode was down. when i try to start the standby namenode from ambari it was come up. what would be the reason for standby namenode down. please let me know where can i find standby namenode logs.
Please help me..
Created 06-25-2018 12:13 PM
Created 06-25-2018 12:44 PM
i didn't find any word called namenode in /var/logmessage
Created 06-25-2018 12:58 PM
We are not looking for the NameNode logs here but I suspect some memory leak that brings down the Standby namenode look for something memory related like
kernel: Memory cgroup out of memory: kernel: Killed process xxxx
HTH
Created 06-25-2018 01:09 PM
sry @Geoffrey Shelton Okot i didn't find the words like memory ,cgroup ,kernel,killed.and at present there is no alerts on Ambari UI how to find the root cause....
Created 06-25-2018 01:17 PM
Created 06-25-2018 01:20 PM
i have checked but i didn't find any logs in that directory
Created 06-26-2018 09:15 AM
Standby is again went down today can you please help me solve this
Created 06-26-2018 12:55 PM
Created 06-26-2018 06:33 PM
@kanna k, you can find out location of standby namenode logs from hadoop-env.sh. Look for HADOOP_LOG_DIR value to find out correct location of the log .
Example:
export HADOOP_LOG_DIR=/var/log/hadoop/$USER
In this example, standby namenode log will be present at /var/log/hadoop/hdfs dir.
Created 06-27-2018 11:16 PM