Created 06-22-2018 02:45 PM
Hi everyone,
My cluster resource manager is apps pending around 9995.can you please help me how to see those apps which are pending and how to clear the apps which are pending.
Thanks In advance
Created 06-22-2018 02:53 PM
Run
yarn application list
find the application id and then run
yarn application -kill your_app_id
Created 06-25-2018 02:50 PM
@kanna k Did this answer your question?