Author: tucu
Date: Thu Mar 22 05:53:55 2012
New Revision: 1303660
URL: http://svn.apache.org/viewvc?rev=1303660&view=rev
Log:
OOZIE-776 custom-main example job.properties is missing the activation of
sharelib (tucu)
Modified:
incubator/oozie/trunk/examples/src/main/apps/custom-main/job.properties
incubator/oozie/trunk/release-log.txt
Modified:
incubator/oozie/trunk/examples/src/main/apps/custom-main/job.properties
URL:
http://svn.apache.org/viewvc/incubator/oozie/trunk/examples/src/main/apps/custom-main/job.properties?rev=1303660&r1=1303659&r2=1303660&view=diff
==============================================================================
--- incubator/oozie/trunk/examples/src/main/apps/custom-main/job.properties
(original)
+++ incubator/oozie/trunk/examples/src/main/apps/custom-main/job.properties Thu
Mar 22 05:53:55 2012
@@ -21,5 +21,7 @@ jobTracker=localhost:8021
queueName=default
examplesRoot=examples
+oozie.use.system.libpath=true
+
oozie.wf.application.path=${nameNode}/user/${user.name}/${examplesRoot}/apps/custom-main
Modified: incubator/oozie/trunk/release-log.txt
URL:
http://svn.apache.org/viewvc/incubator/oozie/trunk/release-log.txt?rev=1303660&r1=1303659&r2=1303660&view=diff
==============================================================================
--- incubator/oozie/trunk/release-log.txt (original)
+++ incubator/oozie/trunk/release-log.txt Thu Mar 22 05:53:55 2012
@@ -1,5 +1,6 @@
-- Oozie 3.2.0 release
+OOZIE-776 custom-main example job.properties is missing the activation of
sharelib (tucu)
OOZIE-775 sharelibs assembly does not include deps with compile scope (tucu)
OOZIE-758 Oozie logs should record job-id for when job is submitted (Mona via
Mohammad)
OOZIE-772 enable Hive and Email actions by default (rvs via tucu)