- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Smartsense recommendation for Namenode Metadata directory?
- Labels:
-
Apache Hadoop
-
Hortonworks SmartSense
Created ‎06-22-2016 06:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Our smartsense bundle is reportig a critical Namenode metadata alert, the alert states to dedicate a disk for Namenode Metadata, which I agree with.
The recommendation is also asking to remove the NFS mount(ISILON server) for Namenode Metadata backup from the list of Namenode directories. Basically we have mounted an Isilon server for the purpose of live namenode metadata backup in case both Namenode and standby Namenode machines have catastrophic failure. Do we know if this is actually required to be removed from the list of Namenode directories and what impact can it possibly have if not removed?
Created ‎06-22-2016 07:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Anil Bagga, SmartSense recommends that you do not use root file system for storing NN or DN data/metadata. There have been numerous cases where using root fs for storing data has resulted into slowness (as multiple writes happening on same disk) and in some cases crashes due to root file system being filled up and no space to write NN metadata. That's why SmartSense recommends you to avoid these problems. So you should make sure that you are setup in such a way that you don't get into either of these situations.
Created ‎06-22-2016 07:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Anil Bagga, SmartSense recommends that you do not use root file system for storing NN or DN data/metadata. There have been numerous cases where using root fs for storing data has resulted into slowness (as multiple writes happening on same disk) and in some cases crashes due to root file system being filled up and no space to write NN metadata. That's why SmartSense recommends you to avoid these problems. So you should make sure that you are setup in such a way that you don't get into either of these situations.
Created ‎06-22-2016 08:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Sheetal, thanks for replying. I agree that we should dedicate a disk for NN metadata and remove the root FS from the Namenode metadata directories list, but my questions is regarding the NFS mount(ISILON) that we have put in place as a third copy of the Namenode metadata in case of catastrophic failure of both standby and active namenode machines?
Created ‎06-23-2016 05:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can have additional copy for backup/redundancy purpose. SmartSense may not be recommending to remove it, but rather "move" it. As part of move, you would need to copy the metadata to new directory path and then update configurations (remove old directory path and add new directory path, this may be just confusion in words used.)
Created ‎06-24-2016 02:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for clarifying Sheetal. Appreciate your answer.
