You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by ge...@apache.org on 2016/10/10 11:52:06 UTC

[07/50] [abbrv] oozie git commit: OOZIE-2500 -DtestJarSimple option mentioned in minioozie doc does not work (abhishekbafna via rkanter)

OOZIE-2500 -DtestJarSimple option mentioned in minioozie doc does not work (abhishekbafna via rkanter)


Project: http://git-wip-us.apache.org/repos/asf/oozie/repo
Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/65f59ff0
Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/65f59ff0
Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/65f59ff0

Branch: refs/heads/oya
Commit: 65f59ff0ecbc13e84b88d2debd45227f8296cd4a
Parents: d431b8c
Author: Robert Kanter <rk...@cloudera.com>
Authored: Thu Sep 15 17:29:10 2016 -0700
Committer: Robert Kanter <rk...@cloudera.com>
Committed: Thu Sep 15 17:29:10 2016 -0700

----------------------------------------------------------------------
 core/pom.xml    | 11 +++++++++++
 release-log.txt |  1 +
 2 files changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/65f59ff0/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index f19d83b..88821c1 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -662,6 +662,17 @@
                                         <include>**/XFsTestCase.class</include>
                                         <include>**/MiniOozieTestCase.class</include>
                                         <include>**/XTestCase$*.class</include>
+                                        <include>**/MainTestCase.class</include>
+                                        <include>**/ActionExecutorTestCase*.class</include>
+                                        <include>**/XHCatTestCase.class</include>
+                                        <include>**/MapperReducerForTest.class</include>
+                                        <include>**/MapperReducerCredentialsForTest.class</include>
+                                        <include>**/MapperReducerUberJarForTest.class</include>
+                                        <include>**/SharelibUtils.class</include>
+                                        <include>**/MiniHCatServer.class</include>
+                                        <include>**/LauncherMainTester.class</include>
+                                        <include>**/ZKXTestCase*.class</include>
+                                        <include>**/XDataTestCase.class</include>
                                     </includes>
                                 </configuration>
                             </execution>

http://git-wip-us.apache.org/repos/asf/oozie/blob/65f59ff0/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 2203634..ab8ac8f 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 4.3.0 release (trunk - unreleased)
 
+OOZIE-2500 -DtestJarSimple option mentioned in minioozie doc does not work (abhishekbafna via rkanter)
 OOZIE-2552 Update ActiveMQ version for security and other fixes (asasvari via rkanter)
 OOZIE-2571 Add spark.scala.binary.version Maven property so that Scala 2.11 can be used (jonathak via rkanter)
 OOZIE-2530 Allow Hive to use a different jline version (poeppt via rkanter)