Repository: ambari Updated Branches: refs/heads/branch-2.5 819d4f253 -> 09fcf9b07
AMBARI-20426. Hive Server interactive not removed from Hive summary page after HSI is disabled. (Vivek Subramanian via yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/09fcf9b0 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/09fcf9b0 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/09fcf9b0 Branch: refs/heads/branch-2.5 Commit: 09fcf9b07ffc90facbabe991d04dc377159297b8 Parents: 819d4f2 Author: Yusaku Sako <[email protected]> Authored: Mon Mar 13 14:06:59 2017 -0700 Committer: Yusaku Sako <[email protected]> Committed: Mon Mar 13 14:07:41 2017 -0700 ---------------------------------------------------------------------- .../mixins/main/service/configs/component_actions_by_configs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/09fcf9b0/ambari-web/app/mixins/main/service/configs/component_actions_by_configs.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/mixins/main/service/configs/component_actions_by_configs.js b/ambari-web/app/mixins/main/service/configs/component_actions_by_configs.js index b01c784..2220ecd 100644 --- a/ambari-web/app/mixins/main/service/configs/component_actions_by_configs.js +++ b/ambari-web/app/mixins/main/service/configs/component_actions_by_configs.js @@ -207,7 +207,7 @@ App.ComponentActionsByConfigs = Em.Mixin.create({ name: 'common.batch.request_schedules', sender: this, data: { - intervalTimeSeconds: 1, + intervalTimeSeconds: 60, tolerateSize: 0, batches: batches }
