GitHub user mikewalch opened a pull request:
https://github.com/apache/accumulo/pull/235
ACCUMULO-4612 - Simplify Accumulo memory configuration
* Tablet server memory setttings now default to a percentage
of Java heap space given to process. Default settings will
work for various heap space settings and fixed memory
settings are still supported.
* Remove 'accumulo create-config' command as it no longer needed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mikewalch/accumulo config-refactor
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/accumulo/pull/235.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #235
----
commit d156d7008edeaaa219edc35ea10a14d43abe6a6e
Author: Mike Walch <[email protected]>
Date: 2017-03-20T20:36:45Z
ACCUMULO-4612 - Simplify Accumulo memory configuration
* Tablet server memory setttings now default to a percentage
of Java heap space given to process. Default settings will
work for various heap space settings and fixed memory
settings are still supported.
* Remove 'accumulo create-config' command as it no longer needed.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---