Updated Branches: refs/heads/branch-1.4 30953f820 -> b8a025576
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/b8a02557 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/b8a02557 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/b8a02557 Branch: refs/heads/branch-1.4 Commit: b8a0255764bf345cda2024988c27188014988399 Parents: 30953f8 Author: Jaimin Jetly <[email protected]> Authored: Mon Aug 26 16:18:23 2013 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Mon Aug 26 16:19:57 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/b8a02557/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 43ed8cc..16e3cee 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
