Ok when I run the below command it looks like its ignoring the double quotes.

solr start -c -z "localhost:2181,localhost:2182,localhost:2183" -e cloud


This interactive session will help you launch a SolrCloud cluster on your
local
workstation.
To begin, how many Solr nodes would you like to run in your local cluster?
(spec
ify 1-4 nodes) [2]:
2
Ok, let's start up 2 Solr nodes for your example SolrCloud cluster.
Please enter the port for node1 [8983]:
8983
Please enter the port for node2 [7574]:
7573
Solr home directory
C:\Users\bb728a\Downloads\solr-5.5.0\solr-5.5.0\example\clou
d\node1\solr already exists.
C:\Users\bb728a\Downloads\solr-5.5.0\solr-5.5.0\example\cloud\node2 already
exis
ts.

Starting up Solr on port 8983 using command:
C:\Users\bb728a\Downloads\solr-5.5.0\solr-5.5.0\bin\solr.cmd start -cloud -p
898
3 -s
"C:\Users\bb728a\Downloads\solr-5.5.0\solr-5.5.0\example\cloud\node1\solr"
-z *localhost:2181,localhost:2182,localhost:2183*


Invalid command-line option: localhost:2182


Usage: solr start [-f] [-c] [-h hostname] [-p port] [-d directory] [-z
zkHost] [
-m memory] [-e example] [-s solr.solr.home] [-a "additional-options"] [-V]




--
View this message in context: 
http://lucene.472066.n3.nabble.com/SOLR-cloud-startup-zookeeper-ensemble-tp4259023p4259028.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to