GitHub user haydenmarchant opened a pull request:
https://github.com/apache/accumulo/pull/9
Fixes harded coded Sun JVM in config and env
Addressing the issue raised in JIRA 2944, this is ensuring that
Accumulo will be correctly configured for any Java vendor.
A new question is being asked in the bootstrap_config.sh for Java vendor.
This is then used to set GC settings, exclude/include JAXP implementation in
ACCUMULO_OPTS. Also, default NRG provider is being injected as system property
on command line since IBM JVM does not have SUN registered as default provider.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/haydenmarchant/accumulo ACCUMULO-2944
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/accumulo/pull/9.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 #9
----
commit 6fe2275f8e24df709db1d8db6d7a6cca9a3892dc
Author: haydenmarchant <[email protected]>
Date: 2014-06-24T11:29:45Z
Fixes harded coded Sun JVM in config and env
Addressing the issue raised in JIRA 2944, this is ensuring that
Accumulo will be correctly configured for any Java vendor.
A new question is being asked in the bootstrap_config.sh for Java vendor.
This is then used to set GC settings, exclude/include JAXP implementation in
ACCUMULO_OPTS. Also, default NRG provider is being injected as system property
on command line since IBM JVM does not have SUN registered as default provider.
----
---
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.
---