Description
Display attempt log links in all task tables. The column could be named "Final Attempt Log"
- When successfulAttemptId is available, display log links for that specific attempt.
- Else load the attempt under that task with status == "SUCCEEDED", and display link log link for the same.
- Else display log link for last attempt id in relatedentities.TEZ_TASK_ATTEMPT_ID
The change must be made in tasks table under DAG & Vertex.