Re: Reloading config to zookeeper

2013-02-19 Thread Marcin Rzewucki
Right. Collection API can be used here. On 18 February 2013 21:36, Timothy Potter wrote: > @Marcin - Maybe I mis-understood your process but I don't think you > need to reload the collection on each node if you use the expanded > collections admin API, i.e. the following will propagate the reloa

Re: Reloading config to zookeeper

2013-02-18 Thread Timothy Potter
@Marcin - Maybe I mis-understood your process but I don't think you need to reload the collection on each node if you use the expanded collections admin API, i.e. the following will propagate the reload across your cluster for you: http://localhost:8983/solr/admin/collections?action=RELOAD&name=my

Re: Reloading config to zookeeper

2013-02-18 Thread mshirman
I hope my question is somewhat relevant to the discussion. I'm relatively new to zk/SolrCloud, and I have new environment configured with an ZK ensemble (3 nodes) running with SolrCloud. Things are running, yet I'm puzzled since I can't find the Solr congif data on zookeeper nodes. What is the

Re: Reloading config to zookeeper

2012-12-05 Thread Mark Miller
t;> -confdir /Users/config-files -confname myconf >> >> So basically reloading is just uploading the configs back again? >> >> Regard,s >> Ayush >> >> > Date: Thu, 22 Nov 2012 19:32:27 +0100 >> > Subject: Re: Reloading config to zookeeper

Re: Reloading config to zookeeper

2012-11-22 Thread Marcin Rzewucki
is just uploading the configs back again? > > Regard,s > Ayush > > > Date: Thu, 22 Nov 2012 19:32:27 +0100 > > Subject: Re: Reloading config to zookeeper > > From: mrzewu...@gmail.com > > To: solr-user@lucene.apache.org > > > > Hi, > > > > I'm us

RE: Reloading config to zookeeper

2012-11-22 Thread Cool Techi
/config-files -confname myconf So basically reloading is just uploading the configs back again? Regard,s Ayush > Date: Thu, 22 Nov 2012 19:32:27 +0100 > Subject: Re: Reloading config to zookeeper > From: mrzewu...@gmail.com > To: solr-user@lucene.apache.org > > Hi, > >

Re: Reloading config to zookeeper

2012-11-22 Thread Marcin Rzewucki
Hi, I'm using "cloud-scripts/zkcli.sh" script for reloading configuration, for example: $ ./cloud-scripts/zkcli.sh -cmd upconfig -confdir -solrhome -confname -z Then I'm reloading collection on each node in cloud, but maybe someone knows better solution. Regards. On 22 November 2012 19:23, C