Hi Peter, running multiple instances on the same machine is no problem. You just have to use different config-files (zoo.cfg), and set different data-dirs in them (dataDir=...).
Hartmut 2012/8/31 Patrick Hunt <[email protected]> > Take a look at this: https://github.com/phunt/zkconf If you run it > with --count=x (see the examples) it will generate the proper configs, > as well as a start script to run all locally. > > Patrick > > On Fri, Aug 31, 2012 at 1:05 PM, Peter Litvak <[email protected]> > wrote: > > Hi All, > > > > There is an explanation on how to run multiple instances of the zookeeper > > server on the same machine (in getting started) but that seems doesn't > > allow data replication between those servers. > > Is there a way to achieve a data replication among servers running on the > > same machine? > > > > I suspect that the answer is NO, just wanted to make sure. > > > > Thank you, > > Peter >
