You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Dmitro Lisnichenko <dl...@hortonworks.com> on 2015/06/10 15:00:20 UTC

Review Request 35294: Oozie-site.xml need to add oozie.credentials.credentialclasses value hive2=org.apache.oozie.action.hadoop.Hive2Credentials for secure clusters

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/35294/
-----------------------------------------------------------

Review request for Ambari and Vitalyi Brodetskyi.


Bugs: AMBARI-11832
    https://issues.apache.org/jira/browse/AMBARI-11832


Repository: ambari


Description
-------

Oozie-site.xml need to add oozie.credentials.credentialclasses value hive2=org.apache.oozie.action.hadoop.Hive2Credentials for secure clusters. This is required for out of the box support of oozie-hive2
in Oozie site.xml, right now we have
<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>
For hive2 secure to work with Oozie, we need this
<property>
    <name>oozie.credentials.credentialclasses</name>
    <value>hcat=org.apache.oozie.action.hadoop.HCatCredentials,hive2=org.apache.oozie.action.hadoop.Hive2Credentials</value>
    <description>
      Credential Class to be used for HCat.
    </description>
  </property>


Diffs
-----

  ambari-server/src/main/resources/common-services/OOZIE/5.0.0.2.3/kerberos.json PRE-CREATION 

Diff: https://reviews.apache.org/r/35294/diff/


Testing
-------

none


Thanks,

Dmitro Lisnichenko