====== yarn application ======
* [[yarn]]
Manage applications through YARN.
==== Application Lists ====
Running ''-list'' will show all the applications that are currently accepted (queued up) or currently running.
yarn application -list
To reduce it to a certain subset, use ''-appStates''
yarn application -list -appStates RUNNING
yarn application -list -appStates ACCEPTED
You can filter down to the application type as well:
yarn application -list -appTypes YARN
Display status of one application:
yarn application -status application_1441383855421_11105