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 B1BCC17548 for ; Wed, 1 Oct 2014 11:32:07 +0000 (UTC) Received: (qmail 18135 invoked by uid 500); 1 Oct 2014 11:32:07 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 18111 invoked by uid 500); 1 Oct 2014 11:32:07 -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 18102 invoked by uid 99); 1 Oct 2014 11:32:07 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2014 11:32:07 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 43DBF88253A; Wed, 1 Oct 2014 11:32:07 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dsen@apache.org To: commits@ambari.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: AMBARI-7581 path to draining_servers.rb is incorrect (dsen) Date: Wed, 1 Oct 2014 11:32:07 +0000 (UTC) Repository: ambari Updated Branches: refs/heads/trunk ff734047e -> 82dc3d85b AMBARI-7581 path to draining_servers.rb is incorrect (dsen) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/82dc3d85 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/82dc3d85 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/82dc3d85 Branch: refs/heads/trunk Commit: 82dc3d85b0137e02a08fdf99c294bb9d38f6df29 Parents: ff73404 Author: Dmytro Sen Authored: Wed Oct 1 14:08:46 2014 +0300 Committer: Dmytro Sen Committed: Wed Oct 1 14:31:47 2014 +0300 ---------------------------------------------------------------------- .../stacks/HDP/2.0.6/services/HBASE/package/scripts/params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/82dc3d85/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HBASE/package/scripts/params.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HBASE/package/scripts/params.py b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HBASE/package/scripts/params.py index 70c1c9f..04153bf 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HBASE/package/scripts/params.py +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HBASE/package/scripts/params.py @@ -34,7 +34,7 @@ if rpm_version: hadoop_bin_dir = format("/usr/hdp/current/hadoop/bin") daemon_script = format('/usr/hdp/current/hbase/bin/hbase-daemon.sh') region_mover = format('/usr/hdp/current/hbase/bin/region_mover.rb') - region_drainer = format('/usr/hdp/currenthbase/bin/draining_servers.rb') + region_drainer = format('/usr/hdp/current/hbase/bin/draining_servers.rb') hbase_cmd = format('/usr/hdp/current/hbase/bin/hbase') else: hadoop_bin_dir = "/usr/bin"