try run: 'bin/bookkeeper localbookie 0' => to run a zk only locally 'bin/bookkeeper bookie' => run a bookie use conf/bk_server.conf, so you could modify the configuration file.
if you are going to run multiple bookies, use different configuration files and override BOOKIE_CONF to point to different file when run "bin/bookkeeper bookie'. BTW, you might need to keep in mind: you might need separate zk and bookies for doing real benchmarking. - Sijie On Thu, Jun 5, 2014 at 9:39 PM, Jaln <[email protected]> wrote: > I run locally, like /bin/bookkeeper localbookie 3 > the code from rakesh seems not working, bc there are more than places for > matching the directory. > so, in my test, I modified all the places (I don't know where is the major > place) > > Thanks, > Jaln >
