yarn application -list: How to filter list for today or last 24 hours?

Viewed 5631

I am trying to list the applications run on Hadoop cluster. I can get the list to filter by application status as follows:

>yarn application -list -appStates FINISHED

But that still pulls up whole history (last 4-5 days, I guess based on Yarn Timeline server config).

Is there a way to filter that by a specific date or something like last 24 hours?

1 Answers
Related