You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ma...@apache.org on 2013/02/22 08:18:45 UTC

svn commit: r1448915 - in /incubator/ambari/trunk: CHANGES.txt ambari-agent/src/main/puppet/modules/hdp-templeton/templates/webhcat-env.sh.erb

Author: mahadev
Date: Fri Feb 22 07:18:45 2013
New Revision: 1448915

URL: http://svn.apache.org/r1448915
Log:
AMBARI-1476. Change webhcat-env.sh to export HADOOP_HOME (mahadev)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-templeton/templates/webhcat-env.sh.erb

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1448915&r1=1448914&r2=1448915&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Fri Feb 22 07:18:45 2013
@@ -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

Modified: incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-templeton/templates/webhcat-env.sh.erb
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-templeton/templates/webhcat-env.sh.erb?rev=1448915&r1=1448914&r2=1448915&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-templeton/templates/webhcat-env.sh.erb (original)
+++ incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-templeton/templates/webhcat-env.sh.erb Fri Feb 22 07:18:45 2013
@@ -41,4 +41,4 @@ CONSOLE_LOG=<%=scope.function_hdp_templa
 #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