Re: Starting instances with multiple collections

2013-01-25 Thread Mark Miller
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.

Re: Starting instances with multiple collections

2013-01-25 Thread Walter Underwood
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

Re: Starting instances with multiple collections

2013-01-25 Thread Walter Underwood
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

Re: Starting instances with multiple collections

2013-01-24 Thread Per Steffensen
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

Re: Starting instances with multiple collections

2013-01-23 Thread Shawn Heisey
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