You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sm...@apache.org on 2015/05/27 05:07:00 UTC

ambari git commit: AMBARI-11401. Intermittent failure while stopping hbase region server

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 <sm...@hortonworks.com>
Authored: Tue May 26 16:42:22 2015 -0700
Committer: Sumit Mohanty <sm...@hortonworks.com>
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")