How to find No of Containers of a finished YARN job using application id ? I want to do it in terminal not through UI for a bunch of Application ids .
We want o find report or all yarn application ids .
If something i can do it from terminal then i can automate to get the report for many app ids on one shot .
Created 11-12-2019 06:33 AM
Hi Priyan,
Hope this post helps
Thanks
AKR
Created 11-12-2019 06:52 AM
@Priyan - You can use the below command to get the details.
yarn applicationattempt -list <app_number>
You can refer below document to create the command based upon the use case.