[prev in list] [next in list] [prev in thread] [next in thread] 

List:       solr-user
Subject:    Solr + Zookeeper Integration
From:       Claudio Devecchi <cdevecchi () gmail ! com>
Date:       2010-10-29 21:53:04
Message-ID: AANLkTini+QFvG6A0TWyJ=-dFydXyAjayO3cE9rxv9D5s () mail ! gmail ! com
[Download RAW message or body]


Hi people,

I'm trying to configure a little solr cluster but I need to shard the
documents.

I configured my solr with core0 (/opt/solr/core0) and installer the
zookeeper (/opt/zookeeper).

1. On my solrconfig.xml I added the lines below:

<zookeeper>
    <str name="zkhostPorts">host1:2181</str>
    <str name="me">http://host1:8983/solr/core0</str>
    <str name="timeout">5000</str>
    <str name="nodesDir">/solr_domain/nodes</str>
 </zookeeper>


2. On my /opt/zookeeper/conf/zoo.cfg I configured this way:

tickTime=2000
dataDir=/var/zookeeper
clientPort=2181

And start it with zkServer.sh


After start the zookeeper my dir "/solr_domain/nodes" continues empty,
following the documentations I didn't find some extra thing to do, but
nothing is working.

SOmebody could tell me what is missing or wrong please?


Thanks


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic