I want to set up a series of spark steps on an EMR spark cluster, and terminate the current step if it\'s taking too long. However, when I ssh into the master node and run hadoo
That's easy:
yarn application -kill [application id]
you can list your running applications with
yarn application -list