- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Data node down
- Labels:
-
HDFS
Created ‎09-04-2015 01:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Assume that, I have 4 hard disk in my data node, if any one hard disk fails; my data node will go down.
Now my question is, what parameter I have to setup to avoid my data should be up?
Thanks in advance.
Created ‎09-04-2015 01:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Configuration to the number of volumes each DN should tolerate the failure
up to. XML property, if you do not use CM, is
"dfs.datanode.failed.volumes.tolerated".
Created ‎09-04-2015 01:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry, my question is what parameter do I need to set, to avoid going down my data node
Created ‎09-04-2015 01:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Configuration to the number of volumes each DN should tolerate the failure
up to. XML property, if you do not use CM, is
"dfs.datanode.failed.volumes.tolerated".
Created ‎09-04-2015 02:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Harsh,
Thanks a lot for your quick reply
