Author: tucu
Date: Mon Apr 30 18:34:36 2012
New Revision: 1332331
URL: http://svn.apache.org/viewvc?rev=1332331&view=rev
Log:
Merge -r 1332328:1332329 from trunk to branch. FIXES: OOZIE-825
Modified:
incubator/oozie/branches/branch-3.2/pom.xml
incubator/oozie/branches/branch-3.2/release-log.txt
Modified: incubator/oozie/branches/branch-3.2/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/oozie/branches/branch-3.2/pom.xml?rev=1332331&r1=1332330&r2=1332331&view=diff
==============================================================================
--- incubator/oozie/branches/branch-3.2/pom.xml (original)
+++ incubator/oozie/branches/branch-3.2/pom.xml Mon Apr 30 18:34:36 2012
@@ -74,7 +74,7 @@
<hadoop.auth.version>0.23.1</hadoop.auth.version>
<!-- Sharelib component versions -->
- <hive.version>0.9.0-SNAPSHOT</hive.version>
+ <hive.version>0.9.0</hive.version>
<pig.version>0.9.0</pig.version>
<sqoop.version>1.5.0-incubating-SNAPSHOT</sqoop.version>
<streaming.version>${hadoop.version}</streaming.version>
Modified: incubator/oozie/branches/branch-3.2/release-log.txt
URL:
http://svn.apache.org/viewvc/incubator/oozie/branches/branch-3.2/release-log.txt?rev=1332331&r1=1332330&r2=1332331&view=diff
==============================================================================
--- incubator/oozie/branches/branch-3.2/release-log.txt (original)
+++ incubator/oozie/branches/branch-3.2/release-log.txt Mon Apr 30 18:34:36 2012
@@ -1,17 +1,18 @@
-- Oozie 3.2.0 release
+OOZIE-825 Update oozie-sharelib-hive to use Hive 0.9.0 (virag via tucu)
OOZIE-813 Sub-workflow child job does not get group name even if parent
carries.(Mona via Mohammad)
-OOZIE-791: coord job status not updated to done_with_error after kill(Virag
via Mohammad)
+OOZIE-791 coord job status not updated to done_with_error after kill(Virag via
Mohammad)
OOZIE-804 TestDecisionActionExecutor failing due to uninitialized conf.(virag
via Mohammad)
OOZIE-805 TestCoordSubmitX failing.(Virag via Mohammad)
OOZIE-803 UP Remove HadoopAccessorService createFileSystem() method that takes
config only (tucu)
OOZIE-802 Add minicluster config as hadoop-site.xml for testcases (tucu)
OOZIE-796 Making the maximum number of job retrials configurable (Mohamed via
Mohammad)
-OOZIE-741: the size of the workflow definition file (Mohamed via Mohammad)
+OOZIE-741 the size of the workflow definition file (Mohamed via Mohammad)
OOZIE-797 Action retry not reading default error code.(Mona via Mohammad)
-OOZIE-780: XConfiguration parser can't parse XML file with <include> element
(Virag via Mohammad)
-OOZIE-794: oozie job -info -filter should error out on bundle job and workflow
job (virag via Mohammad)
-OOZIE-799: Testcases failing due to missing action-conf dir. (Virag via
Mohammad)
+OOZIE-780 XConfiguration parser can't parse XML file with <include> element
(Virag via Mohammad)
+OOZIE-794 oozie job -info -filter should error out on bundle job and workflow
job (virag via Mohammad)
+OOZIE-799 Testcases failing due to missing action-conf dir. (Virag via
Mohammad)
OOZIE-798 it would be nice to keep action specific configs in action-conf
instead of hadoop-conf (rvs via tucu)
OOZIE-790 default concurrency value is inconsistent between doc and
implementation.(Mohammad)
OOZIE-793 remove HiveMain check for HADOOP_HOME (tucu)