Application ID
Finding ids of running(?) applications:
yarn application -list
When an application is started, it will print something like
16/06/19 20:42:07 INFO impl.YarnClientImpl: Submitted application application_1466361633780_0001
that helps determine the application id (here: application_1466361633780_0001
).