Updated Branches:
  refs/heads/trunk 6a15aadeb -> 3ba75617b

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/3ba75617
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/3ba75617
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/3ba75617

Branch: refs/heads/trunk
Commit: 3ba75617b11cc00acdc9f7d0ec05b55a011d2354
Parents: 6a15aad
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:19 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/3ba75617/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/3ba75617/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>

Reply via email to