commit | 86cf9a3afd75e9ad37db4163575630ba2edc1f02 | [log] [tgz] |
---|---|---|
author | Christopher Tubbs <ctubbsii@apache.org> | Fri Jan 23 20:32:33 2015 -0500 |
committer | Christopher Tubbs <ctubbsii@apache.org> | Wed Feb 04 15:14:07 2015 -0500 |
tree | 97f8f729c7ea998a6d915f6c2b4b19eae930da55 | |
parent | 901ae91d91f4997fd8f2ad8c71d14e3091c47177 [diff] |
ACCUMULO-3514 Use auto-service for start Use @AutoService annotations and Java's ServiceLoader mechanism to discover classes which are executable by Accumulo's "start" jar with a keyword. This replaces manual intervention whenever we add a new option to the bin/accumulo script and also auto-populates the usage for that script.