Repository: oozie Updated Branches: refs/heads/master ca72d4430 -> 33efed42c
OOZIE-1853 Amendment, adding links from other pages Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/33efed42 Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/33efed42 Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/33efed42 Branch: refs/heads/master Commit: 33efed42ca766fe9d41e88a0b47cbec296df6823 Parents: ca72d44 Author: Robert Kanter <[email protected]> Authored: Wed Sep 17 16:30:17 2014 -0700 Committer: Robert Kanter <[email protected]> Committed: Wed Sep 17 16:30:17 2014 -0700 ---------------------------------------------------------------------- docs/src/site/twiki/CoordinatorFunctionalSpec.twiki | 3 +++ docs/src/site/twiki/DG_HCatalogIntegration.twiki | 3 +++ 2 files changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/33efed42/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki ---------------------------------------------------------------------- diff --git a/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki b/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki index cde0515..adf4ae1 100644 --- a/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki +++ b/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki @@ -2695,6 +2695,9 @@ coordinator action. hcatalog installation. Refer [[DG_HCatalogIntegration#HCatalogLibraries][HCatalog Libraries]] for the different ways to place them in the hadoop job classpath. +*Important*: See [[DG_ActionAuthentication][Action Authentication]] for more information about how to access a secure HCatalog from +any workflow action. + *Example usage in Pig:* <blockquote> http://git-wip-us.apache.org/repos/asf/oozie/blob/33efed42/docs/src/site/twiki/DG_HCatalogIntegration.twiki ---------------------------------------------------------------------- diff --git a/docs/src/site/twiki/DG_HCatalogIntegration.twiki b/docs/src/site/twiki/DG_HCatalogIntegration.twiki index ecb995d..fd6bcb6 100644 --- a/docs/src/site/twiki/DG_HCatalogIntegration.twiki +++ b/docs/src/site/twiki/DG_HCatalogIntegration.twiki @@ -97,6 +97,9 @@ Refer to [[WorkflowFunctionalSpec][Workflow Functional Specification]] for more * how to drop HCatalog partitions in the prepare block of a action * the HCatalog EL functions available to use in workflows +Refer to [[DG_ActionAuthentication][Action Authentication]] for more information about + * how to access a secure HCatalog from any action (e.g. hive, pig, etc) in a workflow + ---+++ Known Issues * When rerunning a coordinator action without specifying -nocleanup option if the 'output-event' are hdfs directories, then they are deleted. But if the 'output-event' is a hcatalog partition, currently the partition is not dropped.
