- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
name node high availability on hadoop 1.x
- Labels:
-
Apache Hadoop
-
Apache Zookeeper
Created 09-20-2018 01:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Friends,
I have recently started working on hadoop and that too from 2.x onwards.
Also, I do understand the concept of High-Availability of NN in Hadoop 2.x .
But recently someone told me that even on Hadoop 1.x NN HA was possible, because Hadoop 1.x had ZK and QJN .
If so then why most of the articles on web always say NN was SPoF on Hadoop 1.x ?
Please do let me know the answer.
Thanking you
Santanu
Created 09-21-2018 10:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The branch 1.x do not have namenode HA with QJN based. It is production ready and available only from hadoop-2.x.
You can refer HDFS-HA umbrella jira, HDFS-3278.
Created 09-21-2018 10:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The branch 1.x do not have namenode HA with QJN based. It is production ready and available only from hadoop-2.x.
You can refer HDFS-HA umbrella jira, HDFS-3278.
Created 09-22-2018 10:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks a lot for your response and the clarification.
