You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2014/05/16 20:45:20 UTC

git commit: AMBARI-5796. Install of services failed (Blueprint; HDP 1.3) (aonishuk)

Repository: ambari
Updated Branches:
  refs/heads/branch-1.6.0 7efd15c1c -> 7b8d1fccd


AMBARI-5796. Install of services failed (Blueprint; HDP 1.3) (aonishuk)


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

Branch: refs/heads/branch-1.6.0
Commit: 7b8d1fccdb42fe83b73d30a02f89f238a0669a41
Parents: 7efd15c
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Fri May 16 21:45:14 2014 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Fri May 16 21:45:14 2014 +0300

----------------------------------------------------------------------
 .../stacks/HDP/1.3.2/services/HBASE/package/scripts/hbase.py        | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/7b8d1fcc/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HBASE/package/scripts/hbase.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HBASE/package/scripts/hbase.py b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HBASE/package/scripts/hbase.py
index 2e802f5..5bec36e 100644
--- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HBASE/package/scripts/hbase.py
+++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HBASE/package/scripts/hbase.py
@@ -66,6 +66,7 @@ def hbase(name=None # 'master' or 'regionserver' or 'client'
   
   if 'hbase-policy' in params.config['configurations']:
     XmlConfig( "hbase-policy.xml",
+      conf_dir = params.conf_dir,
       configurations = params.config['configurations']['hbase-policy'],
       owner = params.hbase_user,
       group = params.user_group