Author: swagle
Date: Wed May 29 20:03:08 2013
New Revision: 1487625
URL: http://svn.apache.org/r1487625
Log:
AMBARI-2223. Using an external MySQL / Oracle database for Oozie does not work.
(swagle)
Modified:
incubator/ambari/trunk/CHANGES.txt
incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-oozie/manifests/params.pp
Modified: incubator/ambari/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1487625&r1=1487624&r2=1487625&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Wed May 29 20:03:08 2013
@@ -904,6 +904,9 @@ Trunk (unreleased changes):
BUG FIXES
+ AMBARI-2223. Using an external MySQL / Oracle database for Oozie does not
+ work. (swagle)
+
AMBARI-2222. Analyze puppet scripts for potential dependency issues. (swagle)
AMBARI-2221. Simplify JDBC driver setup process. (swagle)
Modified:
incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-oozie/manifests/params.pp
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-oozie/manifests/params.pp?rev=1487625&r1=1487624&r2=1487625&view=diff
==============================================================================
---
incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-oozie/manifests/params.pp
(original)
+++
incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-oozie/manifests/params.pp
Wed May 29 20:03:08 2013
@@ -43,6 +43,8 @@ class hdp-oozie::params() inherits hdp::
$oozie_lib_dir = hdp_default("oozie_lib_dir","/var/lib/oozie/")
+ $libext_dir = hdp_default("libext_dir","/usr/lib/oozie/libext")
+
$oozie_webapps_dir =
hdp_default("oozie_webapps_dir","/var/lib/oozie/oozie-server/webapps/")
### oozie-site