Repository: ambari Updated Branches: refs/heads/trunk 31944e382 -> 069ad4d7a
AMBARI-19980. Hive1.5 View in Ambari shows wrong status.(gauravn7) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/069ad4d7 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/069ad4d7 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/069ad4d7 Branch: refs/heads/trunk Commit: 069ad4d7a239c356fb6cd35b45f80aa3ea36a296 Parents: 31944e3 Author: Gaurav Nagar <[email protected]> Authored: Tue Feb 14 11:34:51 2017 +0530 Committer: Gaurav Nagar <[email protected]> Committed: Tue Feb 14 11:35:28 2017 +0530 ---------------------------------------------------------------------- .../ui/hive-web/app/controllers/index/history-query/logs.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/069ad4d7/contrib/views/hive-next/src/main/resources/ui/hive-web/app/controllers/index/history-query/logs.js ---------------------------------------------------------------------- diff --git a/contrib/views/hive-next/src/main/resources/ui/hive-web/app/controllers/index/history-query/logs.js b/contrib/views/hive-next/src/main/resources/ui/hive-web/app/controllers/index/history-query/logs.js index 2b5fd26..ae09cdd 100644 --- a/contrib/views/hive-next/src/main/resources/ui/hive-web/app/controllers/index/history-query/logs.js +++ b/contrib/views/hive-next/src/main/resources/ui/hive-web/app/controllers/index/history-query/logs.js @@ -94,6 +94,7 @@ export default Ember.ObjectController.extend({ handleError(err); }); }, function (err) { + job.set('status', constants.statuses.error); handleError(err); }); },
