GitHub user mikewalch opened a pull request:
https://github.com/apache/accumulo/pull/231
ACCUMULO-4596 Remove env variable from general.dynamic.classpaths
* Removed default value for general.dynamic.classpaths which used
ACCUMULO_HOME env variale
* Create system property 'accumulo.dynamic.classpaths' that sets
same default value as before in accumulo-env.sh
* User can set dynamic classpaths in either location. If both are
set, the values are appended.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mikewalch/accumulo dynamic-classpath
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/accumulo/pull/231.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 #231
----
commit 25385c8d76b0f134b59257345bc57b2d17cc5b4d
Author: Mike Walch <[email protected]>
Date: 2017-03-07T20:57:04Z
ACCUMULO-4596 Remove env variable from general.dynamic.classpaths
* Removed default value for general.dynamic.classpaths which used
ACCUMULO_HOME env variale
* Create system property 'accumulo.dynamic.classpaths' that sets
same default value as before in accumulo-env.sh
* User can set dynamic classpaths in either location. If both are
set, the values are appended.
----
---
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.
---