-
Couldn't load subscription status.
- Fork 5
20200121 zrq ansible #70
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very useful examples. It might be good to have a final set of how-to's, perhaps in a separate directory to notes, or a wiki page.
| | Maximum limit of memory to allocate to each container request at the Resource Manager. | ||
| <property> | ||
| <name>yarn.scheduler.maximum-allocation-mb</name> | ||
| <value>15000</value> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps a future issue, to make the max/min allocation values configurable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I went with the defaults to start with (most of these settings are commented out in the initial deploy).
We need to have tests in place to demonstrate why we need to change these values, and be able to re-run the tests to check what happens if we change the settings.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Notes and playbooks to deploy Hadoop and Spark using Ansible.
Addresses issues #43, #44 and #45.