- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Shared Storage for HDFS HA
- Labels:
-
HDFS
Created on ‎03-26-2014 03:51 PM - edited ‎09-16-2022 01:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All,
I am trying to configure HA hdfs using shared directory and planning to use NAS.I understand that it just need to be mounted on my name node machines.Is there ball park size that I could look at.These are non production servers that I am playing with,so there will not be a huge load and the cluster is very small.
Thanks,
Nishan
Created ‎03-27-2014 10:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
An odd number of nodes is required to form a "quorum". You cannot have definite majority to a vote request with even number of nodes in a quorum. In an odd set, there's always a majority to a vote's result, and thereby the requirement.
Hope this helps you make sense on why CM is requiring you to configure your QJM properly, with an odd number of nodes.
Created ‎03-26-2014 04:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Nishan,
You should not use shared directory (NFS HA). Use Quorum Journal for HDFS High Availability. It's easier to set up and offers true HA.
Thanks,
Darren
Created ‎03-27-2014 08:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Darren.I understand qourum provides true HA.My cluster has 4 machines and I want to run journal node on all.The manager GUI prevents from confuguring HA in this case as it needs an odd number of journal nodes running.I know its more beneficial to go with an odd number so that we can have the system running even if some machines are down.But this is kind of a test scenario.
1.Do we have a way to configure HA for qorum with an even number for journal nodes.If there is then I would defintely like to go that route.
Thanks,
Nishanth
Created ‎03-27-2014 10:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
An odd number of nodes is required to form a "quorum". You cannot have definite majority to a vote request with even number of nodes in a quorum. In an odd set, there's always a majority to a vote's result, and thereby the requirement.
Hope this helps you make sense on why CM is requiring you to configure your QJM properly, with an odd number of nodes.
Created ‎03-28-2014 02:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Harsh.Got your point.
