You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by rk...@apache.org on 2015/07/27 22:49:02 UTC

[1/2] oozie git commit: ammending release-log for OOZIE-2289

Repository: oozie
Updated Branches:
  refs/heads/master 1a27a7a29 -> 7af4a6dec


ammending release-log for OOZIE-2289


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

Branch: refs/heads/master
Commit: 175431e3c555e70f1838c698b5b3cccb76891a5d
Parents: 1a27a7a
Author: Robert Kanter <rk...@cloudera.com>
Authored: Mon Jul 27 13:48:11 2015 -0700
Committer: Robert Kanter <rk...@cloudera.com>
Committed: Mon Jul 27 13:48:11 2015 -0700

----------------------------------------------------------------------
 release-log.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/175431e3/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 8349ca6..7609266 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 4.3.0 release (trunk - unreleased)
 
+OOZIE-2289 hive-jdbc dependency in core/pom.xml should be compile (bzhang)
 OOZIE-2300 TestAuthFilterAuthOozieClient.testClientAuthTokenCache fails with Hadoop 2.7.0 and later (rkanter)
 OOZIE-1837 LauncherMainHadoopUtils sensitive to clock skew (rkanter)
 OOZIE-2187 Add a way to specify a default JT/RM and NN (rkanter)


[2/2] oozie git commit: OOZIE-2291 Hive2 workflow.xml.security should have cred in action tag instead of hive2 tag (bzhang via rkanter)

Posted by rk...@apache.org.
OOZIE-2291 Hive2 workflow.xml.security should have cred in action tag instead of hive2 tag (bzhang via rkanter)


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

Branch: refs/heads/master
Commit: 7af4a6decfcb9b74769630f509565ae2230639cd
Parents: 175431e
Author: Robert Kanter <rk...@cloudera.com>
Authored: Mon Jul 27 13:48:45 2015 -0700
Committer: Robert Kanter <rk...@cloudera.com>
Committed: Mon Jul 27 13:48:45 2015 -0700

----------------------------------------------------------------------
 examples/src/main/apps/hive2/workflow.xml.security | 4 ++--
 release-log.txt                                    | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/7af4a6de/examples/src/main/apps/hive2/workflow.xml.security
----------------------------------------------------------------------
diff --git a/examples/src/main/apps/hive2/workflow.xml.security b/examples/src/main/apps/hive2/workflow.xml.security
index 42ea4cf..6f7304d 100644
--- a/examples/src/main/apps/hive2/workflow.xml.security
+++ b/examples/src/main/apps/hive2/workflow.xml.security
@@ -31,8 +31,8 @@
     </credentials>
     <start to="hive2-node"/>
 
-    <action name="hive2-node">
-        <hive2 xmlns="uri:oozie:hive2-action:0.1" cred="hs2-creds">
+    <action name="hive2-node"  cred="hs2-creds">
+        <hive2 xmlns="uri:oozie:hive2-action:0.1">
             <job-tracker>${jobTracker}</job-tracker>
             <name-node>${nameNode}</name-node>
             <prepare>

http://git-wip-us.apache.org/repos/asf/oozie/blob/7af4a6de/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 7609266..3f29fd9 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 4.3.0 release (trunk - unreleased)
 
+OOZIE-2291 Hive2 workflow.xml.security should have "cred" in action tag instead of "hive2" tag (bzhang via rkanter)
 OOZIE-2289 hive-jdbc dependency in core/pom.xml should be compile (bzhang)
 OOZIE-2300 TestAuthFilterAuthOozieClient.testClientAuthTokenCache fails with Hadoop 2.7.0 and later (rkanter)
 OOZIE-1837 LauncherMainHadoopUtils sensitive to clock skew (rkanter)