Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor and simplification of accumulo-cluster (apache#5116)
Modified argument parsing logic to use getopt which provides more flexibility to specify multiple options and allow options to have optional arguments. This allowed me to remove start-servers and stop-servers and use options to start and stop instead. See usage for details to api changes. Modified command execution such that ssh is used, even locally, for commands unless --local is specified.
- Loading branch information