terminating a spark step in aws

前端 未结 2 952
挽巷
挽巷 2021-02-05 14:56

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

2条回答
  •  长情又很酷
    2021-02-05 15:07

    That's easy:

    yarn application -kill [application id]
    

    you can list your running applications with

    yarn application -list
    

提交回复
热议问题