|
|
-
Issue: Namenode is in safe mode
AMARNATH, Balachandar 2013-03-06, 09:51
Hi,
I have created a hadoop cluster with two nodes (A and B). 'A' act both as namenode and datanode, and 'B' act as datanode only. With this setup, I could store, read files. Now, I added one more datanode 'C' and relieved 'A' from datanode duty. This means, 'A' act only as namenode, and both B and C act as datanodes. Now, I tried to create a directory, it says
' org.apache.hadoop.hdfs.server.namenode.SafeModeException: Cannot create directory Name node is in safe mode' Can someone tell me why the namenode now is in safe mode?
With thanks and regards Balachandar The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised. If you are not the intended recipient, please notify Airbus immediately and delete this e-mail. Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately. All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.
-
RE: Issue: Namenode is in safe mode
Samir Kumar Das Mohapatra... 2013-03-06, 09:54
Just do it $> hadoop dfsadmin -safemode leave
From: AMARNATH, Balachandar [mailto:[EMAIL PROTECTED]] Sent: 06 March 2013 15:21 To: [EMAIL PROTECTED] Subject: Issue: Namenode is in safe mode Hi,
I have created a hadoop cluster with two nodes (A and B). 'A' act both as namenode and datanode, and 'B' act as datanode only. With this setup, I could store, read files. Now, I added one more datanode 'C' and relieved 'A' from datanode duty. This means, 'A' act only as namenode, and both B and C act as datanodes. Now, I tried to create a directory, it says
' org.apache.hadoop.hdfs.server.namenode.SafeModeException: Cannot create directory Name node is in safe mode' Can someone tell me why the namenode now is in safe mode?
With thanks and regards Balachandar The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.
-
Re: Issue: Namenode is in safe mode
Nitin Pawar 2013-03-06, 10:00
what is your replication factor? when you removed node A as datanode .. did you first mark it for retirement? if you just removed it from service then the blocks from that datanode are missing and namenode when starts up it checks for the blocks. Unless it reaches its threshold value it will not let you write any more data on your hdfs.
I will suggest to start datanode on A, then mark it for retirement so namenode will move the blocks to new datanode and once it is done namenode will retire that datanode. On Wed, Mar 6, 2013 at 3:21 PM, AMARNATH, Balachandar < [EMAIL PROTECTED]> wrote:
> > Hi, > > I have created a hadoop cluster with two nodes (A and B). ‘A’ act both as > namenode and datanode, and ‘B’ act as datanode only. With this setup, I > could store, read files. Now, I added one more datanode ‘C’ and relieved > ‘A’ from datanode duty. This means, ‘A’ act only as namenode, and both B > and C act as datanodes. Now, I tried to create a directory, it says > > ‘ org.apache.hadoop.hdfs.server.namenode.SafeModeException: Cannot create > directory Name node is in safe mode’ > > > Can someone tell me why the namenode now is in safe mode? > > With thanks and regards > Balachandar > > > > > The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised. > If you are not the intended recipient, please notify Airbus immediately and delete this e-mail. > Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately. > All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free. > > -- Nitin Pawar
-
Re: Issue: Namenode is in safe mode
Bertrand Dechoux 2013-03-06, 10:02
How was the namenode A relieved of its duty and what was the default replication factor?
If the replication factor was 1 and the datanode A was unplugged without any care then you lost half of your files and your namenode is not really happy about it (and is waiting for you to correct the mistake or let it slip explicitely).
Regards
Bertrand
On Wed, Mar 6, 2013 at 10:51 AM, AMARNATH, Balachandar < [EMAIL PROTECTED]> wrote:
> > Hi, > > I have created a hadoop cluster with two nodes (A and B). ‘A’ act both as > namenode and datanode, and ‘B’ act as datanode only. With this setup, I > could store, read files. Now, I added one more datanode ‘C’ and relieved > ‘A’ from datanode duty. This means, ‘A’ act only as namenode, and both B > and C act as datanodes. Now, I tried to create a directory, it says > > ‘ org.apache.hadoop.hdfs.server.namenode.SafeModeException: Cannot create > directory Name node is in safe mode’ > > > Can someone tell me why the namenode now is in safe mode? > > With thanks and regards > Balachandar > > > > > The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised. > If you are not the intended recipient, please notify Airbus immediately and delete this e-mail. > Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately. > All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free. > >
-
RE: Issue: Namenode is in safe mode
AMARNATH, Balachandar 2013-03-06, 10:29
The repliation factor was 1 when I removed the entry of A in slaves file. I did not mark it retirement. I do not know yet how to mark a node for retirement. I waited for few minutes and then I could see thte namenode running again
From: Nitin Pawar [mailto:[EMAIL PROTECTED]] Sent: 06 March 2013 15:31 To: [EMAIL PROTECTED] Subject: Re: Issue: Namenode is in safe mode
what is your replication factor? when you removed node A as datanode .. did you first mark it for retirement? if you just removed it from service then the blocks from that datanode are missing and namenode when starts up it checks for the blocks. Unless it reaches its threshold value it will not let you write any more data on your hdfs.
I will suggest to start datanode on A, then mark it for retirement so namenode will move the blocks to new datanode and once it is done namenode will retire that datanode.
On Wed, Mar 6, 2013 at 3:21 PM, AMARNATH, Balachandar <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote:
Hi,
I have created a hadoop cluster with two nodes (A and B). 'A' act both as namenode and datanode, and 'B' act as datanode only. With this setup, I could store, read files. Now, I added one more datanode 'C' and relieved 'A' from datanode duty. This means, 'A' act only as namenode, and both B and C act as datanodes. Now, I tried to create a directory, it says
' org.apache.hadoop.hdfs.server.namenode.SafeModeException: Cannot create directory Name node is in safe mode' Can someone tell me why the namenode now is in safe mode?
With thanks and regards Balachandar The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.
-- Nitin Pawar
The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised. If you are not the intended recipient, please notify Airbus immediately and delete this e-mail. Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately. All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.
|
|