Repository: oozie Updated Branches: refs/heads/master ef32fbb0e -> 85a8be7db
OOZIE-3094 [Docs] Fix for grammar mistake in DG_ActionAuthentication.twiki (dbist13 via andras.piros) Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/85a8be7d Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/85a8be7d Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/85a8be7d Branch: refs/heads/master Commit: 85a8be7db0c38054691acfb35078dc011f721e29 Parents: ef32fbb Author: Andras Piros <[email protected]> Authored: Mon May 21 17:47:35 2018 +0200 Committer: Andras Piros <[email protected]> Committed: Mon May 21 17:47:35 2018 +0200 ---------------------------------------------------------------------- docs/src/site/twiki/DG_ActionAuthentication.twiki | 4 ++-- release-log.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/85a8be7d/docs/src/site/twiki/DG_ActionAuthentication.twiki ---------------------------------------------------------------------- diff --git a/docs/src/site/twiki/DG_ActionAuthentication.twiki b/docs/src/site/twiki/DG_ActionAuthentication.twiki index 4d4efa2..bbf2d57 100644 --- a/docs/src/site/twiki/DG_ActionAuthentication.twiki +++ b/docs/src/site/twiki/DG_ActionAuthentication.twiki @@ -117,8 +117,8 @@ HCatCredentials requires these two properties: *Note:* The HCatalog Metastore and Hive Metastore are one and the same and so the "hcat" type credential can also be used to talk to a secure Hive Metastore, though the property names would still start with "hcat.". -HBase does not require any additional properties since the hbase-site.xml on the Oozie server provides necessary information to the -obtain delegation token; though properties can be overwritten here if desired. +HBase does not require any additional properties since the hbase-site.xml on the Oozie server provides necessary information +to obtain a delegation token; though properties can be overwritten here if desired. Hive2Credentials requires these two properties: http://git-wip-us.apache.org/repos/asf/oozie/blob/85a8be7d/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index e46b4cc..0e16d2f 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 5.1.0 release (trunk - unreleased) +OOZIE-3094 [Docs] Fix for grammar mistake in DG_ActionAuthentication.twiki (dbist13 via andras.piros) OOZIE-2867 [Coordinators] Emphasize Region/City timezone format (dbist13 via rkanter, andras.piros) OOZIE-3242 Flaky test TestXCommand#testXCommandLifecycleLockingFailingToLock (pbacsko via gezapeti) OOZIE-3226 [tools] TestOozieDBCLI#testOozieDBCLI() fails (pbacsko via gezapeti)
