Updated Branches:
  refs/heads/trunk f06bcd91d -> 75d364ec3

AMBARI-3029: Ambari clusters HBASE_CLASSPATH setting is resulting in different 
configs not getting used. (jaimin)


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

Branch: refs/heads/trunk
Commit: 75d364ec304105f96653e7e44069fbb3d088eeaa
Parents: f06bcd9
Author: Jaimin Jetly <[email protected]>
Authored: Mon Aug 26 16:18:23 2013 -0700
Committer: Jaimin Jetly <[email protected]>
Committed: Mon Aug 26 16:20:44 2013 -0700

----------------------------------------------------------------------
 .../src/main/puppet/modules/hdp-hbase/templates/hbase-env.sh.erb   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/75d364ec/ambari-agent/src/main/puppet/modules/hdp-hbase/templates/hbase-env.sh.erb
----------------------------------------------------------------------
diff --git 
a/ambari-agent/src/main/puppet/modules/hdp-hbase/templates/hbase-env.sh.erb 
b/ambari-agent/src/main/puppet/modules/hdp-hbase/templates/hbase-env.sh.erb
index 6c4e146..9f0f36f 100644
--- a/ambari-agent/src/main/puppet/modules/hdp-hbase/templates/hbase-env.sh.erb
+++ b/ambari-agent/src/main/puppet/modules/hdp-hbase/templates/hbase-env.sh.erb
@@ -25,7 +25,7 @@ export JAVA_HOME=<%=scope.function_hdp_java_home()%>
 export 
HBASE_CONF_DIR=${HBASE_CONF_DIR:-<%=scope.function_hdp_template_var("hbase_conf_dir")%>}
 
 # Extra Java CLASSPATH elements. Optional.
-export 
HBASE_CLASSPATH=${HBASE_CLASSPATH}:<%=scope.function_hdp_template_var("conf_dir")%>
+export HBASE_CLASSPATH=${HBASE_CLASSPATH}
 
 # The maximum amount of heap to use, in MB. Default is 1000.
 # export HBASE_HEAPSIZE=1000

Reply via email to