Repository: oozie Updated Branches: refs/heads/master 62c65c2dc -> e2fc8ea55
OOZIE-2031 Credentials doc uses 'hive' name for HBase Credentials example (harsh) Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/e2fc8ea5 Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/e2fc8ea5 Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/e2fc8ea5 Branch: refs/heads/master Commit: e2fc8ea55fbe6e54b88ab211aa5af2f4e0f3d052 Parents: 62c65c2 Author: Harsh J <[email protected]> Authored: Mon Oct 27 06:21:10 2014 +0530 Committer: Harsh J <[email protected]> Committed: Mon Oct 27 06:21:10 2014 +0530 ---------------------------------------------------------------------- docs/src/site/twiki/DG_ActionAuthentication.twiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/e2fc8ea5/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 e9a2358..357a5f9 100644 --- a/docs/src/site/twiki/DG_ActionAuthentication.twiki +++ b/docs/src/site/twiki/DG_ActionAuthentication.twiki @@ -35,7 +35,7 @@ equals sign is the type for the credential type, while the righthand side is the <name>oozie.credentials.credentialclasses</name> <value> hcat=org.apache.oozie.action.hadoop.HCatCredentials, - hive=org.apache.oozie.action.hadoop.HbaseCredentials, + hbase=org.apache.oozie.action.hadoop.HbaseCredentials, hive2=org.apache.oozie.action.hadoop.Hive2Credentials </value> </property> @@ -114,4 +114,4 @@ Hive2Credentials requires these two properties: [[index][::Go back to Oozie Documentation Index::]] -</noautolink> \ No newline at end of file +</noautolink>
