I have an application with some id like application_2019xxxxxxxxxxxxx
I'm able to find it's statistics with command yarn application -status application_2019xxxxxxxxxxxxx
which gives output in key-value format.
The issue here is some of the fields are not in human readable format, e.g. start time and end time of application are in unix epoch format. This is causing trouble in automation of script.
Can anyone please help how to get all values in human readable format ? Thanks in advance :)