Repository: oozie Updated Branches: refs/heads/master b06abd140 -> 776af774c
OOZIE-1698 Action sharelib configuration document lacks the oozie. prefix (qwertymaniac via rohini) Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/776af774 Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/776af774 Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/776af774 Branch: refs/heads/master Commit: 776af774c1ae857c33e9fe05cfd83a103298e1a8 Parents: b06abd1 Author: Rohini Palaniswamy <[email protected]> Authored: Mon Mar 17 14:18:02 2014 -0700 Committer: Rohini Palaniswamy <[email protected]> Committed: Mon Mar 17 14:18:02 2014 -0700 ---------------------------------------------------------------------- docs/src/site/twiki/WorkflowFunctionalSpec.twiki | 10 +++++----- release-log.txt | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/776af774/docs/src/site/twiki/WorkflowFunctionalSpec.twiki ---------------------------------------------------------------------- diff --git a/docs/src/site/twiki/WorkflowFunctionalSpec.twiki b/docs/src/site/twiki/WorkflowFunctionalSpec.twiki index 7708496..ccc36ac 100644 --- a/docs/src/site/twiki/WorkflowFunctionalSpec.twiki +++ b/docs/src/site/twiki/WorkflowFunctionalSpec.twiki @@ -2352,13 +2352,13 @@ libraries, to provide acess to more than one version at the same time. The share library override is supported at server level and at job level. The share library directory names are resolved using the following precedence order: - * action.sharelib.for.#ACTIONTYPE# in the action configuration - * action.sharelib.for.#ACTIONTYPE# in the job configuration - * action.sharelib.for.#ACTIONTYPE# in the oozie server configuration - * action's =ActionExecutor getDefaultShareLibName()= method + * oozie.action.sharelib.for.#ACTIONTYPE# in the action configuration + * oozie.action.sharelib.for.#ACTIONTYPE# in the job configuration + * oozie.action.sharelib.for.#ACTIONTYPE# in the oozie server configuration + * The action or custom action's =ActionExecutor getDefaultShareLibName()= method More than one share library directory name can be specified for an action by using a comma separated list (since Oozie 4.x). -For example: When using HCatLoader and HCatStorer in pig, =action.sharelib.for.pig= can be set to =pig,hcatalog= to include +For example: When using HCatLoader and HCatStorer in pig, =oozie.action.sharelib.for.pig= can be set to =pig,hcatalog= to include both pig and hcatalog jars. ---++ 18 User-Retry for Workflow Actions (since Oozie 3.1) http://git-wip-us.apache.org/repos/asf/oozie/blob/776af774/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 0d131e3..59a955e 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 4.1.0 release (trunk - unreleased) +OOZIE-1698 Action sharelib configuration document lacks the "oozie." prefix (qwertymaniac via rohini) OOZIE-1712 Oozie page does not render in Internet Explorer 9 on Windows (omaliuvanchuk via rohini) OOZIE-1720 Oozie Hive action doesn't honour mapred.job.name (mithun via rohini) OOZIE-1543 Minor typo in Hive Action documentation (anbu78 via rkanter)
