Repository: ambari Updated Branches: refs/heads/trunk a2ea1f976 -> 3952c83ee
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/3952c83e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3952c83e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3952c83e Branch: refs/heads/trunk Commit: 3952c83ee1ae01e71d2f368df5a6ce7369af3bac Parents: a2ea1f9 Author: pallavkul <[email protected]> Authored: Fri Feb 24 17:41:58 2017 +0530 Committer: pallavkul <[email protected]> Committed: Fri Feb 24 17:41:58 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/3952c83e/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 } };
