I need the ability to stop MiNiFi running on a windows machine. Here: https://docs.hortonworks.com/HDPDocuments/HDF3/HDF-3.4.0/minifi-quick-start/content/stopping_minifi.html
It tells me to use:
bin/minifi.sh stop
or
sudo service minifi stop
Unfortunately, I'm using Windows and those commands won't work, not even with Cygwin.
Any ideas, or is my only option to figure our what process(s) in task manager to kill?