Dear ladies and gentlemen.

Can I ask you to help me with SolrCloud

1) I try to setup a SolrCloud on 2 computers with 3 Zookepers, but it
fails:(

I need to set Zookeper port to 8001, so I change clientPort=8001 in
solr/zoo.cfg.

When I try the command from the example C, to run shard1, it works:
java -Dbootstrap_confdir=./solr/conf -Dcollection.configName=myconf
-DzkRun -DzkHost=localhost:9983,localhost:8574,localhost:9900  -jar
start.jar

But if I change it to and try to run shard1:
java -Dbootstrap_confdir=./solr/conf -Dcollection.configName=myconf
-DzkRun -DzkHost=localhost:8001,localhost:8004 -jar start.jar

it fails with the following message:
SEVERE: java.lang.IllegalArgumentException: solr/zoo_data/myid file is
missing

2) to solve it I tried to set
*-Dsolr.solr.home=/data/a.sapegin/SolrCloud/shard1*
(without any slashes in the end)

But then I receive another exception:
"Caused by:
org.apache.zookeeper.server.quorum.QuorumPeerConfig$ConfigException:
Error processing /data/a.sapegin/SolrCloud/shard1//zoo.cfg"

I think this "//" is a bug.


Could you please help?
Thank You in advance,
Kind Regards,

-- 

Andrey Sapegin,
Software Developer,

Unister GmbH
Dittrichring 18-20 | 04109 Leipzig

+49 (0)341 492885069,
+4915778339304,
andrey.sape...@unister-gmbh.de

www.unister.de

Reply via email to