I apologize in advance for that ugly command :) It really should be as simple as `./stop-server.sh <host> <process>`.
There's a new start-daemon.sh script in 1.8. Maybe we can make a better invocation around stopping a process in 1.8 too.
mohit.kaushik wrote:
I was using /*"*//*./stop-server.sh $hostname monitor"*/ to stop monitor process But I should have used /*"./stop-server.sh $hostname $ACCUMULO_HOME/.*/accumulo-start.*.jar monitor TERM*/" which I found in the stop-all.sh script.