Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for 
change notification.

The following page has been changed by AnkurSethi:
http://wiki.apache.org/lucene-hadoop/NameNodeFailover

------------------------------------------------------------------------------
  
   * are there plans for distributing the name node function?  
  
- Answer:
+ === Answer ===
  Secondary Namenode does not have function to be a failover mechanism.  It is 
a helping process to the namenode.  It is not of help if the namenode fails.  
The name is possibly misleading.
  
  In order to provide redundancy for data protection in case of namenode 
failure the best way is to store the namenode metadata on a different machine.  
Hadoop has an option to have multiple namenode directories and the recommended 
option is to have one of the namenode directories on an NFS share.  However you 
have to make sure the NFS locking will not cause problems and it is NOT 
recommended to change this on a live system because it can corrupt namenode 
data.  Another option is to simply copy namenode metadata to another machine.
- --Ankur Sethi - [EMAIL PROTECTED]
+ --Ankur Sethi
  

Reply via email to