You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by gn...@apache.org on 2017/02/14 06:05:03 UTC

ambari git commit: AMBARI-19980. Hive1.5 View in Ambari shows wrong status.(gauravn7)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 0392cabda -> 2eeb0a0ac


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/2eeb0a0a
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2eeb0a0a
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2eeb0a0a

Branch: refs/heads/branch-2.5
Commit: 2eeb0a0ac4cafebba75789de786af7af774dda64
Parents: 0392cab
Author: Gaurav Nagar <gr...@gmail.com>
Authored: Tue Feb 14 11:34:51 2017 +0530
Committer: Gaurav Nagar <gr...@gmail.com>
Committed: Tue Feb 14 11:34:51 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/2eeb0a0a/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);
     });
   },