Browse Source

AMBARI-1476. Change webhcat-env.sh to export HADOOP_HOME (mahadev)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1448915 13f79535-47bb-0310-9956-ffa450edef68
Mahadev Konar 12 years ago
parent
commit
47e3c62c92

+ 3 - 0
CHANGES.txt

@@ -573,6 +573,9 @@ Trunk (unreleased changes):
  AMBARI-1434. Change state to installed from start_failed if there is any
  issue in starting a host component. (mahadev)
 
+ AMBARI-1476. Change webhcat-env.sh to export HADOOP_HOME
+ (mahadev)
+
 AMBARI-1.2.0 branch:
 
  INCOMPATIBLE CHANGES

+ 1 - 1
ambari-agent/src/main/puppet/modules/hdp-templeton/templates/webhcat-env.sh.erb

@@ -41,4 +41,4 @@ CONSOLE_LOG=<%=scope.function_hdp_template_var("hcat_log_dir")%>/webhcat-console
 #HCAT_PREFIX=<%=scope.function_hdp_template_var("hive_prefix")%>/
 
 # Set HADOOP_HOME to point to a specific hadoop install directory
-HADOOP_HOME=/usr/lib/hadoop
+export HADOOP_HOME=/usr/lib/hadoop