On Jan 25, 2013, at 1:56 PM, Walter Underwood wrote:
> I started out doing separate Zookeeper loads and linkconfigs, but backed off
> to bootstrapping after a total lack of success. I'll try that again (in my
> copious free time), because that seems like the right approach for
> production.
Oops, that is -DzkHost, not -Dzkhost. --wunder
On Jan 25, 2013, at 10:56 AM, Walter Underwood wrote:
> Thanks, it is working when using just a solr.xml for each node. I can't find
> that anywhere in the docs.
>
> As far as I can tell, the minimum config for a Zookeeper-based node is:
>
> -Dzk
Thanks, it is working when using just a solr.xml for each node. I can't find
that anywhere in the docs.
As far as I can tell, the minimum config for a Zookeeper-based node is:
-Dzkhost=
-Dsolr.solr.home=... (directory containing solr.xml file)
I started out doing separate Zookeeper loads a
Each node needs a -Dsolr.solr.home pointing to a solr.xml, but the
configuration-subfolder does not need to be there. It only needs to be
there for the node you start with -Dbootstrap_confdir (to have it load
the config into ZK). The next time you start this Solr you do not need
to provide -Dbo
On 1/23/2013 3:12 PM, Walter Underwood wrote:
I can get one Solr 4.1 instance up with the config bootstrapped into Zookeeper.
In zk I see two configs, two collections, and I can run the DIH on the first
node.
I can get the other two nodes to start and sync if I give them a
-Dsolr.solr.home po