Created 03-14-2016 04:15 PM
Does ambari allow multipule instances of zookeeper? I need two instances of zookeeper. One for all services except Solr and other for solr. Is this possible through ambari?
Created 03-14-2016 04:59 PM
In the current versions, this is not supported. Some users create a set of zookeeper for a component Solr and update the respective component's zookeeper parameters. But this isn't a clean way to run the setup. There is an enhancement request pending for this and is expected to be fixed in a future release of Ambari.
Created on 03-14-2016 04:29 PM - edited 08-19-2019 03:04 AM
Hi
@Sunile Manjee1. Yes. You can have multiple instances of zookeeper using ambari.
2. You can have one zookeeper for solr and other zookeeper for rest of other service.
You need to make sure you need to specify zookeeper quorum with zookeeper name within config properties of every service.
Eg. Below screenshot is for Yarn service - where zookeeper will be replace with your respective zk node name.
Created 03-14-2016 04:59 PM
In the current versions, this is not supported. Some users create a set of zookeeper for a component Solr and update the respective component's zookeeper parameters. But this isn't a clean way to run the setup. There is an enhancement request pending for this and is expected to be fixed in a future release of Ambari.
Created 03-15-2016 01:55 AM
Why not reuse the same Zookeeper? What is the advantage of a separate Zookeeper. I have deployed Solr Cloud with the same zookeeper as HDP, did not see any issues.
Created 03-15-2016 02:15 AM
@Shivaji Lucid works is recommending separate install. I agree it can be done via install instance. However, I need to understand if ambari can manage seperate zookeeper instances
Created 03-15-2016 02:06 AM
@vpoornalingam @Sagar Shimpi I am getting two conflicting responses in this post. So I am asking again. Through ambari can I maintain two separate instances of zookeeper?
Created 03-15-2016 05:31 AM
I agree with @vpoornalingam and i see this enhancement is in pending state.
Created 03-31-2016 09:12 PM
Ambari doesn't support that yet. We have a Jira for Ambari 3.0.0
https://issues.apache.org/jira/browse/AMBARI-14714
It will allow you to have multiple instances of the same service, and potentially at different stack versions, e.g., Spark 1.6.1, 1.7.0, etc.