Author: swagle
Date: Wed May  8 22:29:28 2013
New Revision: 1480489

URL: http://svn.apache.org/r1480489
Log:
AMBARI-2098. Customizing webcat pid run directory fails service status. (swagle)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    
incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-templeton/manifests/params.pp

Modified: incubator/ambari/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1480489&r1=1480488&r2=1480489&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Wed May  8 22:29:28 2013
@@ -837,6 +837,9 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-2098. Customizing webcat pid run directory fails service status. 
+ (swagle)
+
  AMBARI-2076. DataNode install failed with custom users. (swagle)
 
  AMBARI-2085. UI allows user to set empty value for configs in

Modified: 
incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-templeton/manifests/params.pp
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-templeton/manifests/params.pp?rev=1480489&r1=1480488&r2=1480489&view=diff
==============================================================================
--- 
incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-templeton/manifests/params.pp
 (original)
+++ 
incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-templeton/manifests/params.pp
 Wed May  8 22:29:28 2013
@@ -34,9 +34,9 @@ class hdp-templeton::params() inherits h
   $conf_dir = hdp_default("conf_dir","/etc/hcatalog/conf")
 
   ### templeton-env
-  $templeton_log_dir = hdp_default("templeton_log_dir","/var/log/webhcat")
+  $templeton_log_dir = hdp_default("hcat_log_dir","/var/log/webhcat")
 
-  $templeton_pid_dir = hdp_default("templeton_pid_dir","/var/run/webhcat")
+  $templeton_pid_dir = hdp_default("hcat_pid_dir","/var/run/webhcat")
 
 #  $templeton_jar_name= 
hdp_default("templeton_jar_name","templeton-0.1.4.14.jar")
  


Reply via email to