Description
When we have a launched driver which was submitted using --supervise option and if we want to kill it using 'spark-submit --kill' command then the Mesos dispatcher will add it back to 'Supervise drivers waiting for retry' section and restarts it again and again. I don't see any way to kill the supervised drivers.
I think it should not be re-launched for a kill request.