RE: Solr 5.2.1 setup zookeeper ensemble problem

2015-07-07 Thread Adrian Liew
: Solr 5.2.1 setup zookeeper ensemble problem Hi Adrian, What is the error that you are getting? In order to upload configs files, you could use zkcli.sh script that will be shipped with solr and use the upconfig command. ./server/scripts/cloud-scripts/zkcli.sh -zkhost 127.0.0.1:9983 \ -cmd

Re: Solr 5.2.1 setup zookeeper ensemble problem

2015-07-06 Thread Zheng Lin Edwin Yeo
ne instance for > a ZK Ensemble (http://solr.pl/en/2013/03/11/solrcloud-howto-2/). So I am > not sure which one is correct now. > > > > Thoughts on the above? > > > > Regards, > > Adrian > > > > -Original Message- > > From: davidphil

Re: Solr 5.2.1 setup zookeeper ensemble problem

2015-07-06 Thread Timothy Potter
Monday, July 6, 2015 4:35 PM > To: solr-user@lucene.apache.org > Subject: Re: Solr 5.2.1 setup zookeeper ensemble problem > > Hi Adrian, > > What is the error that you are getting? > In order to upload configs files, you could use zkcli.sh script that will be > shipped with s

Re: Solr 5.2.1 setup zookeeper ensemble problem

2015-07-06 Thread Shawn Heisey
On 7/6/2015 2:59 AM, Adrian Liew wrote: > When I run the command below on a Windows machine using Powershell window: > > .\solr.cmd -e cloud -z localhost:2181,localhost:2182,localhost:2183 > > I get the following error: > > Invalid command-line option: localhost:2182 > > Somehow it does not rec

RE: Solr 5.2.1 setup zookeeper ensemble problem

2015-07-06 Thread Adrian Liew
4:35 PM To: solr-user@lucene.apache.org Subject: Re: Solr 5.2.1 setup zookeeper ensemble problem Hi Adrian, What is the error that you are getting? In order to upload configs files, you could use zkcli.sh script that will be shipped with solr and use the upconfig command. ./server/scripts/cloud

Re: Solr 5.2.1 setup zookeeper ensemble problem

2015-07-06 Thread davidphilip cherian
Hi Adrian, What is the error that you are getting? In order to upload configs files, you could use zkcli.sh script that will be shipped with solr and use the upconfig command. ./server/scripts/cloud-scripts/zkcli.sh -zkhost 127.0.0.1:9983 \ -cmd upconfig -confname my_new_config -confdir serve

Solr 5.2.1 setup zookeeper ensemble problem

2015-07-06 Thread Adrian Liew
There seems to be an issue running the following command using solr.cmd as below: - bin\solr.cmd -e cloud -z localhost:2181,localhost:2182,localhost:2183 Anyone can please advise. Also, Is there a way to upload a configuration file (containing schema.xml and solrconfig.xml) to ZooKeeper easil