Hello, I noticed that stop-all.sh script first calls accmulo admin stopAll and then if the servers are still up, it does stop individual servers by going thru masters, gc, slaves etc files.
Since we are using systemd unit files to start the services, and our unit files has restart=always, we can’t cleanly stop the services ☹. I understand the unit files didn’t come with accumulo distribution. So the question is, use of unit file supported and if they are what may be the correct way to issue stopAll? IF anyone can share a good unit file that can be used? or do I need to write my own stopAll script? What may be the main logic of such script (since it calls admin stopAll and that does several different things underneath..) -S