I was wondering if I can set up curator for multiple clusters . Below is my curator configuration which works absolutely fine for one cluster . Now I want to apply same setup for my second cluster which uses different port like 30011 . Please suggest how I can achieve this .
You cannot configure one Curator installation to apply to multiple clusters. It does not work like that. Specifying multiple hosts round-robins the requests across multiple hosts within a cluster.
You need separate Curator client configurations for each cluster, even if the action definitions are identical across clusters.
Thanks for quick response , so here separate Curator Client config means I need to create separate curator.yml file. SO something like one cluster will use curator.yml and another cluster will use curator1.yml and so on . Please correct me if I am wrong I need to mention a separate path for second config file in the below command
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.