I want to get a list of YARN app ids that were executed in a MapReduce job queue.
I explored Resource Manager API but could not find an API which simply requires me to pass job queue name and get the list of app ids.
Is there a way to achieve this?