I am having a problem with the NameNode status ambari shows. The following is happening: - The NameNode keeps going down a few seconds after I start it through ambari (it looks like it never really goes up, but the start process runs successfully);
Despite being DOWN according to ambari, if I run JPS in the server the NameNode is hosted it shows that the service is running:
[hdfs@NNVM ~]$ jps 39395 NameNode 4463 Jps
and I can access NameNode UI properly;
I already restarted both the namenode and ambari-agent the manually but the behavior keeps the same;
This problem started after some HBase/Phoenix heavy queries that caused the namenode to go down (not sure if this is actually related but the exact same configurations were working well before this episode);
I've been digging for some hours and I am not being able to find error details in the namenode logs nor in the ambari-agent logs that allows me to understand the problem;
I am using HDP 2.4.0, Ambari 2.2.1.1 and no HA options.
Can someone help in this?
Thanks in advance
Edited: to add ambari version.