: 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
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
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
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
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
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
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