Browse Source

AMBARI-2098. Customizing webcat pid run directory fails service status. (swagle)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1480489 13f79535-47bb-0310-9956-ffa450edef68
Siddharth Wagle 12 years ago
parent
commit
3081dfe9b2

+ 3 - 0
CHANGES.txt

@@ -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

+ 2 - 2
ambari-agent/src/main/puppet/modules/hdp-templeton/manifests/params.pp

@@ -34,9 +34,9 @@ class hdp-templeton::params() inherits hdp::params
   $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")