Repository: tez Updated Branches: refs/heads/master 287ef0e35 -> 9fd0578cc
TEZ-3827. TEZ Vertex status on DAG index page shows SUCCEEDED for SUCCEEDED_WITH_FAILURES final status (jeagles) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/9fd0578c Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/9fd0578c Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/9fd0578c Branch: refs/heads/master Commit: 9fd0578ccb315cc5b591c57635e889279a376f60 Parents: 287ef0e Author: Jonathan Eagles <[email protected]> Authored: Wed Sep 6 16:10:04 2017 -0500 Committer: Jonathan Eagles <[email protected]> Committed: Wed Sep 6 16:10:04 2017 -0500 ---------------------------------------------------------------------- tez-ui/src/main/webapp/app/controllers/dag/index/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/9fd0578c/tez-ui/src/main/webapp/app/controllers/dag/index/index.js ---------------------------------------------------------------------- diff --git a/tez-ui/src/main/webapp/app/controllers/dag/index/index.js b/tez-ui/src/main/webapp/app/controllers/dag/index/index.js index eb4aa04..c9adde4 100644 --- a/tez-ui/src/main/webapp/app/controllers/dag/index/index.js +++ b/tez-ui/src/main/webapp/app/controllers/dag/index/index.js @@ -37,7 +37,7 @@ export default MultiTableController.extend({ },{ id: 'status', headerTitle: 'Status', - contentPath: 'status', + contentPath: 'finalStatus', cellComponentName: 'em-table-status-cell', observePath: true },{
