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

Stop Zookeeper from installing on all the nodes #286

Open
karthick-rn opened this issue Sep 20, 2019 · 3 comments
Open

Stop Zookeeper from installing on all the nodes #286

karthick-rn opened this issue Sep 20, 2019 · 3 comments

Comments

@karthick-rn
Copy link
Contributor

Currently zookeeper is installed & configured on all the nodes, we need to put in a minor fix so that zookeeper tasks only run on the zookeeper group of hosts. This saves a bit of time during deploying muchos and also worker nodes don't need zookeeper configured. I have tested this fix. Let me know for any questions before I proceed with the PR? Thanks

@ctubbsii
Copy link
Member

ZooKeeper needs to be installed on all nodes, even if it's not started/running on those nodes, because Accumulo services, which run on all nodes, needs the jar from ZooKeeper's installation.

@karthick-rn
Copy link
Contributor Author

Thanks for clarifying. In that case we need to fix only the zookeeper log folder from getting created on all worker nodes.

@ctubbsii
Copy link
Member

Is there any harm to having the directory there?

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

2 participants