Updated Branches:
  refs/heads/trunk a42aa297e -> 624302b2b

Revert "AMBARI-2949. oozie server does not start with custom db. (smohanty)"

This reverts commit 9a85a69bca4c67e541f505149da96c73befd9220.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/624302b2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/624302b2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/624302b2

Branch: refs/heads/trunk
Commit: 624302b2b09453d59c2a41283ffc9d87ec1933ae
Parents: a42aa29
Author: Mahadev Konar <[email protected]>
Authored: Sun Aug 18 12:34:39 2013 -0700
Committer: Mahadev Konar <[email protected]>
Committed: Sun Aug 18 12:34:39 2013 -0700

----------------------------------------------------------------------
 .../src/main/puppet/modules/hdp-oozie/manifests/service.pp         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/624302b2/ambari-agent/src/main/puppet/modules/hdp-oozie/manifests/service.pp
----------------------------------------------------------------------
diff --git 
a/ambari-agent/src/main/puppet/modules/hdp-oozie/manifests/service.pp 
b/ambari-agent/src/main/puppet/modules/hdp-oozie/manifests/service.pp
index f3016e2..11a6275 100644
--- a/ambari-agent/src/main/puppet/modules/hdp-oozie/manifests/service.pp
+++ b/ambari-agent/src/main/puppet/modules/hdp-oozie/manifests/service.pp
@@ -96,7 +96,7 @@ class hdp-oozie::service(
   $cmd1 = "cd /usr/lib/oozie && tar -xvf oozie-sharelib.tar.gz"
   $cmd2 =  "cd /usr/lib/oozie && mkdir -p ${oozie_tmp}"
   if (hdp_get_major_stack_version($hdp::params::stack_version) >= 2) {
-    $cmd3 =  "cd /usr/lib/oozie && chown ${user}:${hdp::params::user_group} 
${oozie_tmp} && mkdir -p ${oozie_libext_dir} && cp ${$ext_js_path} 
${oozie_libext_dir} && cp ${$jdbc_driver_jar} ${oozie_libext_dir}"
+    $cmd3 =  "cd /usr/lib/oozie && chown ${user}:${hdp::params::user_group} 
${oozie_tmp} && mkdir -p ${oozie_libext_dir} && cp ${$ext_js_path} 
${oozie_libext_dir}" 
   } else {
     $cmd3 =  "cd /usr/lib/oozie && chown ${user}:${hdp::params::user_group} 
${oozie_tmp}" 
   }

Reply via email to