Updated Branches: refs/heads/branch-1.4.1 90d28b9d9 -> e01af93a1
AMBARI-3468. Update Ambari secure cluster oozie installation to have HCatCredential helper specified. (mahadev) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/e01af93a Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/e01af93a Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/e01af93a Branch: refs/heads/branch-1.4.1 Commit: e01af93a13451199a2fac0e9e0153affc921e9ca Parents: 90d28b9 Author: Mahadev Konar <[email protected]> Authored: Sun Oct 6 12:42:19 2013 -0700 Committer: Mahadev Konar <[email protected]> Committed: Sun Oct 6 12:42:56 2013 -0700 ---------------------------------------------------------------------- .../HDP/2.0.6/services/OOZIE/configuration/oozie-site.xml | 8 ++++++++ .../2.0.6/services/OOZIE/configuration/oozie-site.xml | 8 ++++++++ 2 files changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/e01af93a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/configuration/oozie-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/configuration/oozie-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/configuration/oozie-site.xml index 1f332b3..afd1e7f 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/configuration/oozie-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/configuration/oozie-site.xml @@ -302,4 +302,12 @@ Command re-queue interval for push dependencies (in millisecond). </description> </property> + <property> + <name>oozie.credentials.credentialclasses</name> + <value>hcat=org.apache.oozie.action.hadoop.HCatCredentials</value> + <description> + Credential Class to be used for HCat. + </description> + </property> + </configuration> http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/e01af93a/ambari-server/src/main/resources/stacks/HDPLocal/2.0.6/services/OOZIE/configuration/oozie-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPLocal/2.0.6/services/OOZIE/configuration/oozie-site.xml b/ambari-server/src/main/resources/stacks/HDPLocal/2.0.6/services/OOZIE/configuration/oozie-site.xml index 1f332b3..afd1e7f 100644 --- a/ambari-server/src/main/resources/stacks/HDPLocal/2.0.6/services/OOZIE/configuration/oozie-site.xml +++ b/ambari-server/src/main/resources/stacks/HDPLocal/2.0.6/services/OOZIE/configuration/oozie-site.xml @@ -302,4 +302,12 @@ Command re-queue interval for push dependencies (in millisecond). </description> </property> + <property> + <name>oozie.credentials.credentialclasses</name> + <value>hcat=org.apache.oozie.action.hadoop.HCatCredentials</value> + <description> + Credential Class to be used for HCat. + </description> + </property> + </configuration>
