+1 -Val
On Mon, Aug 21, 2017 at 9:06 AM, Yakov Zhdanov <yzhda...@apache.org> wrote: > Guys, > > Currently to stop node on a particular server (not using visor or web > console) I need to run "jps" and then "kill" with a pid. > > What if we create ignite-stop.sh which will display the list of started > nodes on local host and allow user to choose one to stop. Also it should > support --all param to stop all and probably a signal. > > Thoughts? > > --Yakov >