Re: SolrCloud: is there a programmatic way to create an ensemble

2011-09-29 Thread Mark Miller
That's normally what you want to do - setup a separate quorum for production. On Sep 29, 2011, at 1:36 AM, Jamie Johnson wrote: > I'm not a solrcloud guru, but why not start your zookeeper quorum separately? > > I also believe that you can specify a zoo.cfg file which will create a > zk quorum f

Re: SolrCloud: is there a programmatic way to create an ensemble

2011-09-29 Thread Yury Kats
Nope On 9/29/2011 12:17 AM, Pulkit Singhal wrote: > Did you find out about this? > > 2011/8/2 Yury Kats : >> I have multiple SolrCloud instances, each running its own Zookeeper >> (Solr launched with -DzkRun). >> >> I would like to create an ensemble out of them. I know about -DzkHost >> paramete

Re: SolrCloud: is there a programmatic way to create an ensemble

2011-09-28 Thread Jamie Johnson
I'm not a solrcloud guru, but why not start your zookeeper quorum separately? I also believe that you can specify a zoo.cfg file which will create a zk quorum from solr example zoo.cfg (from http://zookeeper.apache.org/doc/current/zookeeperStarted.html#sc_RunningReplicatedZooKeeper) tickTime=200

Re: SolrCloud: is there a programmatic way to create an ensemble

2011-09-28 Thread Pulkit Singhal
Did you find out about this? 2011/8/2 Yury Kats : > I have multiple SolrCloud instances, each running its own Zookeeper > (Solr launched with -DzkRun). > > I would like to create an ensemble out of them. I know about -DzkHost > parameter, but can I achieve the same programmatically? Either with >

SolrCloud: is there a programmatic way to create an ensemble

2011-08-02 Thread Yury Kats
I have multiple SolrCloud instances, each running its own Zookeeper (Solr launched with -DzkRun). I would like to create an ensemble out of them. I know about -DzkHost parameter, but can I achieve the same programmatically? Either with SolrJ or REST API? Thanks, Yury