Thanks, but why do we need to specify the -solrhome? I am using the following command to load new config,
java -classpath .:/Users/solr-cli-lib/* org.apache.solr.cloud.ZkCLI -cmd upconfig -zkhost localhost:2181,localhost:2182,localhost:2183,localhost:2184,localhost:2185 -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 > From: mrzewu...@gmail.com > To: solr-user@lucene.apache.org > > Hi, > > I'm using "cloud-scripts/zkcli.sh" script for reloading configuration, for > example: > $ ./cloud-scripts/zkcli.sh -cmd upconfig -confdir <config.dir> -solrhome > <solr.home> -confname <config.name> -z <zookeeper.host> > > Then I'm reloading collection on each node in cloud, but maybe someone > knows better solution. > Regards. > > On 22 November 2012 19:23, Cool Techi <cooltec...@outlook.com> wrote: > > > 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 > > > >