Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optionally run multiple ZooKeeper nodes #164

Open
ctubbsii opened this issue Jan 4, 2018 · 1 comment
Open

Optionally run multiple ZooKeeper nodes #164

ctubbsii opened this issue Jan 4, 2018 · 1 comment

Comments

@ctubbsii
Copy link
Member

ctubbsii commented Jan 4, 2018

It would be nice to be able to run multiple ZK nodes for testing on a single uno instance (different ports).

@ctubbsii
Copy link
Member Author

ctubbsii commented Jan 5, 2018

I did this in a local branch manually. The steps needed are:

  • Provision separate install directories for n zookeeper instances
  • Provision separate data directories, each with a unique myid
  • Provision separate log directories
  • Modify zookeeper config template to account for different ports and different data directories, and to add references to peers
  • Modify accumulo config template; need to add g on the end of the sed command in impl/setup-accumulo.sh which replaces UNO_HOST

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant