Created 02-07-2017 09:28 AM
what if both active and standby namenodes failed?
Created 02-07-2017 09:34 AM
Hi @Rayudu c,
If both NameNodes are down, your HDFS filesystem cannot be used by the platform and there is not much you can do since most of the applications rely on HDFS.
Created 02-07-2017 09:34 AM
Hi @Rayudu c,
If both NameNodes are down, your HDFS filesystem cannot be used by the platform and there is not much you can do since most of the applications rely on HDFS.
Created 02-07-2017 10:42 AM
Thanks Villard.
Let ,I am on standby name node , it also failed . the resource very critical. I am not able to solve the active namenode, how I can handle this , and how much time taken to reconnect this . let it be a big billion day .I am not backup the namenode. ?
Created 02-07-2017 10:44 AM
Please provide the logs of both name nodes to understand what is going on.
Created 02-08-2017 05:01 AM
Thanks Pierre.
I just want to know how to handle, if this question occurs ?
Created 02-08-2017 07:47 AM
Well, hard to tell... but to have two name nodes should prevent you to get into this situation. I believe that we will support more than 2 name nodes in next versions of HDP.
Also, just to clarify, if one of your name node fails, the other one will automatically become the active name node, you don't have anything to handle regarding the handover. But as soon as a name node fails, it is recommended to take care of it by looking at the logs and fixing the root cause.
Created 02-08-2017 07:39 AM
@Rayadu
It depends on what type of failure, if it is a physical failure, then very hard to recover, if it is service failure, based on the logs we can resolve the issue.
Created 02-08-2017 01:19 PM
Thanks Rajendra,
This question asks in an interview, and he gave an example, like let it be a Big Billion day, and the server crashed due to overload of lot of users then I connected to standby, but it also crashed. how to handle this situation?