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 <[email protected]> Authored: Mon Jul 27 13:48:45 2015 -0700 Committer: Robert Kanter <[email protected]> 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)
