Hello Shacky, I have recently performed a manual installation of a Zookeeper ensemble (3 zookeepers) in the same machine. I used the upstart init script from official .deb configuration <https://svn.apache.org/repos/asf/zookeeper/trunk/src/packages/deb/init.d/zookeeper> and modified it in order to meet my custom installation.
You can see the changes I made in original zookeeper.sh in this gist <https://gist.github.com/manios/e4fbd700e0d8999f5e17> and also the modifications in other files in conf/ directory of Zookeeper distribution. Best regards, Christos 2015-05-05 16:35 GMT+03:00 shacky <shack...@gmail.com>: > Thank you very much for your answer. > I installed ZooKeeper 3.4.6 on my Debian (Wheezy) system, and it's working > well. > The only problem I have is that I'm looking for some init script but I > cannot find anything. I'm also trying to adapt the script in Debian's > zookeeperd package, but I have some problems. > Do you know some working init scripts for ZooKeeper on Debian? > > 2015-05-05 15:30 GMT+02:00 Mark Miller <markrmil...@gmail.com>: > > A bug fix version difference probably won't matter. It's best to use the > > same version everyone else uses and the one our tests use, but it's very > > likely 3.4.5 will work without a hitch. > > > > - Mark > > > > On Tue, May 5, 2015 at 9:09 AM shacky <shack...@gmail.com> wrote: > > > >> Hi. > >> > >> I read on > >> > https://cwiki.apache.org/confluence/display/solr/Setting+Up+an+External+ZooKeeper+Ensemble > >> that Solr needs to use the same ZooKeeper version it owns (at the > >> moment 3.4.6). > >> Debian Jessie has ZooKeeper 3.4.5 > >> (https://packages.debian.org/jessie/zookeeper). > >> > >> Are you sure that this version won't work with Solr 5.1.0? > >> > >> Thank you very much for your help! > >> Bye > >> >