Is there anyway through a command that I could get from the logs and the jobId the length in minutes or seconds that the oozie workflow took to complete.
I can look at the logs and see visually how long the workflow took from the jobId from start time to end time but what about if I would like to store this numerically in a log file for every jobId.
I could just write the logs of each workflow to the logFile but would rather just have the jobId and the time numerically.
Thanks