I am new in yarn resource manager admin commands, I know how to check the status of the application with -appStates keyword. For example,
yarn application -list -appStates FINISHED
will give all the finished jobs. We can do more with states like RUNNING, NEW, ALL, NEW_SAVING, SUBMITTED, ACCEPTED, FINISHED, FAILED, KILLED. But how to fetch the recent application submitted. Is there any keyword RECENT? Something like this:
yarn application -list -appStates RECENT
Thanks in Advance