Repository: oozie Updated Branches: refs/heads/master 64d1ffc2a -> 3fd77d2ca
OOZIE-1543 Minor typo in Hive Action documentation (anbu78 via rkanter) Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/3fd77d2c Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/3fd77d2c Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/3fd77d2c Branch: refs/heads/master Commit: 3fd77d2ca145aff3d828bc8befbbaddde98ae19f Parents: 64d1ffc Author: Robert Kanter <[email protected]> Authored: Thu Mar 13 14:06:24 2014 -0700 Committer: Robert Kanter <[email protected]> Committed: Thu Mar 13 14:06:24 2014 -0700 ---------------------------------------------------------------------- docs/src/site/twiki/DG_HiveActionExtension.twiki | 2 +- release-log.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/3fd77d2c/docs/src/site/twiki/DG_HiveActionExtension.twiki ---------------------------------------------------------------------- diff --git a/docs/src/site/twiki/DG_HiveActionExtension.twiki b/docs/src/site/twiki/DG_HiveActionExtension.twiki index 75f643d..c8f5030 100644 --- a/docs/src/site/twiki/DG_HiveActionExtension.twiki +++ b/docs/src/site/twiki/DG_HiveActionExtension.twiki @@ -108,7 +108,7 @@ expressions. ... <action name="myfirsthivejob"> <hive xmlns="uri:oozie:hive-action:0.2"> - <job-traker>foo:8021</job-tracker> + <job-tracker>foo:8021</job-tracker> <name-node>bar:8020</name-node> <prepare> <delete path="${jobOutput}"/> http://git-wip-us.apache.org/repos/asf/oozie/blob/3fd77d2c/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index a9ed135..0af5e3c 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 4.1.0 release (trunk - unreleased) +OOZIE-1543 Minor typo in Hive Action documentation (anbu78 via rkanter) OOZIE-1650 Whitelisting docs are incorrect (anbu78 via rkanter) OOZIE-1733 Fix test failures caused by OOZIE-1722 (rkanter) OOZIE-1223 too many extjs cookies can cause the web UI to stop responding (puru via rkanter)
