Hi all, I have a running Hadoop + HBase cluster and the HBase cluster is running it's own zookeeper (HBase manages zookeeper). I would like to deploy my SolrCloud cluster on a portion of the machines on that cluster.
My question is: Should I have any trouble / issues deploying an additional ZooKeeper ensemble ? I don't want to use the HBase ZooKeeper because, well first of all HBase manages it so I'm not sure it's possible and second I have HBase working pretty hard at times and I don't want to create any connection issues by overloading ZooKeeper. Thanks, Amit.