Repository: tez Updated Branches: refs/heads/master 8f61c515d -> bc08b19b2
TEZ-3843. Tez UI Vertex/Tasks log links for running tasks are missing (jeagles) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/bc08b19b Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/bc08b19b Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/bc08b19b Branch: refs/heads/master Commit: bc08b19b2e8df3f5d202ea9dfda0bc1b7e7e5e2f Parents: 8f61c51 Author: Jonathan Eagles <[email protected]> Authored: Thu Sep 28 10:52:21 2017 -0500 Committer: Jonathan Eagles <[email protected]> Committed: Thu Sep 28 10:52:32 2017 -0500 ---------------------------------------------------------------------- tez-ui/src/main/webapp/app/serializers/task.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/bc08b19b/tez-ui/src/main/webapp/app/serializers/task.js ---------------------------------------------------------------------- diff --git a/tez-ui/src/main/webapp/app/serializers/task.js b/tez-ui/src/main/webapp/app/serializers/task.js index 991f67e..65b8c9f 100644 --- a/tez-ui/src/main/webapp/app/serializers/task.js +++ b/tez-ui/src/main/webapp/app/serializers/task.js @@ -26,6 +26,6 @@ export default TimelineSerializer.extend({ failedTaskAttempts: 'otherinfo.numFailedTaskAttempts', successfulAttemptID: 'otherinfo.successfulAttemptId', - attemptIDs: 'otherinfo.relatedentities.TEZ_TASK_ATTEMPT_ID', + attemptIDs: 'relatedentities.TEZ_TASK_ATTEMPT_ID', } });
