Repository: ambari
Updated Branches:
  refs/heads/trunk 025ca257a -> 2bd0014a6


AMBARI-11501. AMS HBase does not start after Kerberization in distributed mode. 
(swagle)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/2bd0014a
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2bd0014a
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2bd0014a

Branch: refs/heads/trunk
Commit: 2bd0014a66082079a703d7ea2b43d97d7cb132a2
Parents: 025ca25
Author: Siddharth Wagle <swa...@hortonworks.com>
Authored: Thu May 28 15:10:41 2015 -0700
Committer: Siddharth Wagle <swa...@hortonworks.com>
Committed: Thu May 28 15:28:05 2015 -0700

----------------------------------------------------------------------
 .../common-services/AMBARI_METRICS/0.1.0/package/scripts/params.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/2bd0014a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/params.py
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/params.py
 
b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/params.py
index 22fb894..47fd2dd 100644
--- 
a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/params.py
+++ 
b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/params.py
@@ -176,8 +176,8 @@ else:
 hbase_env_sh_template = config['configurations']['ams-hbase-env']['content']
 ams_env_sh_template = config['configurations']['ams-env']['content']
 
+hbase_staging_dir = 
default("/configurations/ams-hbase-site/hbase.bulkload.staging.dir", 
"/amshbase/staging")
 
-hbase_staging_dir = "/apps/hbase/staging"
 #for create_hdfs_directory
 hostname = config["hostname"]
 hdfs_user_keytab = config['configurations']['hadoop-env']['hdfs_user_keytab']

Reply via email to