Vikram Srivastava created ACCUMULO-2792: ------------------------------------------- Summary: SetGoalState should be made an admin command Key: ACCUMULO-2792 URL: https://issues.apache.org/jira/browse/ACCUMULO-2792 Project: Accumulo Issue Type: Improvement Components: master Affects Versions: 1.6.0 Reporter: Vikram Srivastava Currently if we want to start master after calling "admin stopAll", we need to call this explicitly before starting master: {noformat} bin/accumulo org.apache.accumulo.master.state.SetGoalState NORMAL {noformat} SetGoalState was moved to another package between 1.4 and 1.6. Users with scripts would run into trouble figuring this out. It'd be nice to have this as an admin command like: {noformat} bin/accumulo admin setMasterGoalState NORMAL {noformat} -- This message was sent by Atlassian JIRA (v6.2#6252)