- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
1 of the 3 node Zookeeper quorum failed, how to add new one back to the quorum
- Labels:
-
Apache HBase
-
Apache Zookeeper
-
HDFS
Created on 10-07-2015 12:35 PM - edited 09-16-2022 02:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We have 3 node Zookeeper quorum, and on of the node was accidently terminated on AWS.
Our cluster is on CDH5.3.3, and it has these services: HDFS, Yarn, HBase, Oozie, Zookeeper. We like to add the node back to the quorum.
Beside the node is part of the zookeeper quorum, it also had these roles as well: Hbase Master (fail over successfully),
Yarn Resource Manger (HA - fail over successfully), Journalnode (HA), and Oozie.
Is anyone know how to do it? If you can please provide the steps.
Thanks,
Created 10-07-2015 02:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ZooKeeper server to the existing service. The doc refers to CM4.x but the
steps are still valid in 5.x
http://www.cloudera.com/content/cloudera/en/documentation/archives/cloudera-manager-4/v4-5-4/Clouder...
Gautam Gopalakrishnan
Created 10-07-2015 02:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ZooKeeper server to the existing service. The doc refers to CM4.x but the
steps are still valid in 5.x
http://www.cloudera.com/content/cloudera/en/documentation/archives/cloudera-manager-4/v4-5-4/Clouder...
Gautam Gopalakrishnan
Created 10-08-2015 10:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We were able to get it up.
Thank you very much.