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/9446252f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9446252f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9446252f Branch: refs/heads/branch-feature-AMBARI-12556 Commit: 9446252fa2324e74d594febd913a7e4e056f7644 Parents: 991c35b Author: Yusaku Sako <[email protected]> Authored: Mon Mar 13 14:06:59 2017 -0700 Committer: Yusaku Sako <[email protected]> Committed: Mon Mar 13 14:06:59 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/9446252f/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 6106f58..140e7de 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 @@ -211,7 +211,7 @@ App.ComponentActionsByConfigs = Em.Mixin.create({ name: 'common.batch.request_schedules', sender: this, data: { - intervalTimeSeconds: 1, + intervalTimeSeconds: 60, tolerateSize: 0, batches: batches }
