[ https://issues.apache.org/jira/browse/ACCUMULO-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17219096#comment-17219096 ]
Michael Miller commented on ACCUMULO-2792: ------------------------------------------ The command {noformat} "${bin}/accumulo" org.apache.accumulo.master.state.SetGoalState NORMAL {noformat} is automatically called by the "accumulo-service" script in 2.X. I don't think this is needed anymore. > 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 > Priority: Major > > 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 (v8.3.4#803005)