ctubbsii opened a new pull request, #5174:
URL: https://github.com/apache/accumulo/pull/5174

   This backports the improvements to the accumulo-cluster and accumulo-service 
scripts to 2.1 to improve script maintenance and functionality across the 
branches.
   
   Notable differences with the main branch:
   
   * This version includes deprecated commands that are replaced by newer 
versions: start-non-tservers, start-servers, stop-servers, start-tservers, and 
stop-tservers
   * This vesion includes the ability to control starting a 
compaction-coordinator, which was removed in the main branch for 4.0
   * This version does not allow specifying tserver groups (unsupported by its 
cluster.yaml version) and uses a hard-coded value of "default"
   * As before these changes, this version checks for old deprecated config 
files present in conf/
   * As before these changes, this version parses the cluster.yaml that was 
supported for the 2.1 and 3.1 branches
   * This version is modified to translate the variables emitted from its 
version of the ClusterConfigParser to the newer names used in the main branch
   * This version does not require compactor groups to be configured (since 
external compactions are optional)
   * This version uses `-a <host>` instead of `-o 
general.process.bind.address=<host>` for the bind address
   * This version uses `-q` and `-g` for the group parameter
   
   This includes relevant changes from #4966 to standardize the service names, 
#5066 to reduce ssh connections to hosts, #5114 to support starting/stopping 
groups of servers by type, #5126 to support resource group overrides, #5116 to 
refactor and simplify the script argument parsing using getopt, and the 
bugfixes and improvements from #5167


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to