Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EEC08200C46 for ; Tue, 14 Mar 2017 19:41:51 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id ED67C160B89; Tue, 14 Mar 2017 18:41:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B067F160B90 for ; Tue, 14 Mar 2017 19:41:49 +0100 (CET) Received: (qmail 15379 invoked by uid 500); 14 Mar 2017 18:41:47 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 14240 invoked by uid 99); 14 Mar 2017 18:41:46 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Mar 2017 18:41:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E6992F4B75; Tue, 14 Mar 2017 18:41:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ncole@apache.org To: commits@ambari.apache.org Date: Tue, 14 Mar 2017 18:42:18 -0000 Message-Id: In-Reply-To: <203926ce69a94dd697e2f18598a229f4@git.apache.org> References: <203926ce69a94dd697e2f18598a229f4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [34/50] ambari git commit: AMBARI-20426. Hive Server interactive not removed from Hive summary page after HSI is disabled. (Vivek Subramanian via yusaku) archived-at: Tue, 14 Mar 2017 18:41:52 -0000 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 Authored: Mon Mar 13 14:06:59 2017 -0700 Committer: Yusaku Sako 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 }