terminating a spark step in aws

扶醉桌前 提交于 2019-12-03 02:58:16

That's easy:

yarn application -kill [application id]

you can list your running applications with

yarn application -list

You can kill application from the Resource manager (in the links at the top right under cluster status). In the resource manager, click on the application you want to kill and in the application page there is a small "kill" label (top left) you can click to kill the application.

Obviously you can also SSH but this way I think is faster and easier for some users.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!