Repository: ambari Updated Branches: refs/heads/branch-2.5 30b333774 -> 61cbc0b4e
AMBARI-20171. Hive View 2.0: Service checks stopped working. (pallavkul) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/61cbc0b4 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/61cbc0b4 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/61cbc0b4 Branch: refs/heads/branch-2.5 Commit: 61cbc0b4e3d0cbd1f095ae447582165be568d125 Parents: 30b3337 Author: pallavkul <[email protected]> Authored: Fri Feb 24 17:41:58 2017 +0530 Committer: pallavkul <[email protected]> Committed: Fri Feb 24 17:43:15 2017 +0530 ---------------------------------------------------------------------- contrib/views/hive20/src/main/resources/ui/config/environment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/61cbc0b4/contrib/views/hive20/src/main/resources/ui/config/environment.js ---------------------------------------------------------------------- diff --git a/contrib/views/hive20/src/main/resources/ui/config/environment.js b/contrib/views/hive20/src/main/resources/ui/config/environment.js index c891508..411ee99 100644 --- a/contrib/views/hive20/src/main/resources/ui/config/environment.js +++ b/contrib/views/hive20/src/main/resources/ui/config/environment.js @@ -34,7 +34,7 @@ module.exports = function(environment) { APP: { // Here you can pass flags/options to your application instance // when it is created - SHOULD_PERFORM_SERVICE_CHECK: false + SHOULD_PERFORM_SERVICE_CHECK: true } };
