Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6DCB4174A8 for ; Wed, 27 May 2015 03:07:01 +0000 (UTC) Received: (qmail 96035 invoked by uid 500); 27 May 2015 03:07:01 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 96000 invoked by uid 500); 27 May 2015 03:07:01 -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 95991 invoked by uid 99); 27 May 2015 03:07:01 -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; Wed, 27 May 2015 03:07:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E6C60DFCE2; Wed, 27 May 2015 03:07:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: smohanty@apache.org To: commits@ambari.apache.org Message-Id: <82c15b80764147398aa0375dd370a998@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-11401. Intermittent failure while stopping hbase region server Date: Wed, 27 May 2015 03:07:00 +0000 (UTC) Repository: ambari Updated Branches: refs/heads/trunk f57d0e2ec -> efe312923 AMBARI-11401. Intermittent failure while stopping hbase region server Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/efe31292 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/efe31292 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/efe31292 Branch: refs/heads/trunk Commit: efe31292337eab8ab07a5f7befca26d69dba829d Parents: f57d0e2 Author: Sumit Mohanty Authored: Tue May 26 16:42:22 2015 -0700 Committer: Sumit Mohanty Committed: Tue May 26 20:06:49 2015 -0700 ---------------------------------------------------------------------- .../HBASE/0.96.0.2.0/package/scripts/params_linux.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/efe31292/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/params_linux.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/params_linux.py b/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/params_linux.py index d96f79d..bee853b 100644 --- a/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/params_linux.py +++ b/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/params_linux.py @@ -106,8 +106,9 @@ regionserver_xmn_size = calc_xmn_from_xms(regionserver_heapsize, regionserver_xm pid_dir = status_params.pid_dir tmp_dir = "/tmp/hbase-hbase" # TODO UPGRADE default, update site during upgrade -_local_dir_conf = "/tmp/hbase-hbase/local" -local_dir = substitute_vars(_local_dir_conf, config['configurations']['hbase-site']) +local_dir = "/tmp/hbase-hbase/local" +# _local_dir_conf = "/tmp/hbase-hbase/local" +# local_dir = substitute_vars(_local_dir_conf, config['configurations']['hbase-site']) client_jaas_config_file = format("{hbase_conf_dir}/hbase_client_jaas.conf") master_jaas_config_file = format("{hbase_conf_dir}/hbase_master_jaas.conf")