有没有办法从rmwebui终止应用程序而不是运行 yarn application -kill ?
yarn application -kill
irtuqstp1#
我可以在hadoopv2.7.1中做到这一点打开 http://<host_name>:<port>/cluster/app/<app_id> 按下按钮终止应用程序
http://<host_name>:<port>/cluster/app/<app_id>
lf3rwulv2#
你应该加上 yarn.resourcemanager.webapp.ui-actions.enabled=true 给你的 yarn-site.xml 启用此按钮(如果不可见)。
yarn.resourcemanager.webapp.ui-actions.enabled=true
yarn-site.xml
2条答案
按热度按时间irtuqstp1#
我可以在hadoopv2.7.1中做到这一点
打开
http://<host_name>:<port>/cluster/app/<app_id>
按下按钮终止应用程序lf3rwulv2#
你应该加上
yarn.resourcemanager.webapp.ui-actions.enabled=true
给你的yarn-site.xml
启用此按钮(如果不可见)。