Re: Reloading config to zookeeper

2013-02-19 Thread Marcin Rzewucki
ed since I can't find the Solr congif data on zookeeper > nodes. > > What is the default location? > > > > Thanks in advance! > > > > /michael > > > > > > > > -- > > View this message in context: > http://lucene.472066.n3.nabble.com/Reloading-config-to-zookeeper-tp4021901p4041189.html > > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Reloading config to zookeeper

2013-02-18 Thread Timothy Potter
; View this message in context: > http://lucene.472066.n3.nabble.com/Reloading-config-to-zookeeper-tp4021901p4041189.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Reloading config to zookeeper

2013-02-18 Thread mshirman
s. What is the default location? Thanks in advance! /michael -- View this message in context: http://lucene.472066.n3.nabble.com/Reloading-config-to-zookeeper-tp4021901p4041189.html Sent from the Solr - User mailing list archive at Nabble.com.

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

Reloading config to zookeeper

2012-11-22 Thread Cool Techi
When we make changes to our config files, how do we reload the files into zookeeper. Also, I understand that we would need to reload the collection, would we need to do this at a per shard level or just at the cloud level. Regards, Ayush