You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/06/10 17:51:01 UTC

[jira] [Commented] (AMBARI-11832) Oozie-site.xml need to add oozie.credentials.credentialclasses value hive2=org.apache.oozie.action.hadoop.Hive2Credentials for secure clusters

    [ https://issues.apache.org/jira/browse/AMBARI-11832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14580682#comment-14580682 ] 

Hudson commented on AMBARI-11832:
---------------------------------

SUCCESS: Integrated in Ambari-trunk-Commit #2876 (See [https://builds.apache.org/job/Ambari-trunk-Commit/2876/])
AMBARI-11832. Oozie-site.xml need to add oozie.credentials.credentialclasses value hive2=org.apache.oozie.action.hadoop.Hive2Credentials for secure clusters (dlysnichenko) (dlysnichenko: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=4d18b2db2c81b4e9b67025f6f695193ce344a090)
* ambari-server/src/main/resources/common-services/OOZIE/5.0.0.2.3/kerberos.json


> Oozie-site.xml need to add oozie.credentials.credentialclasses value hive2=org.apache.oozie.action.hadoop.Hive2Credentials for secure clusters
> ----------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-11832
>                 URL: https://issues.apache.org/jira/browse/AMBARI-11832
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>            Reporter: Dmitry Lysnichenko
>            Assignee: Dmitry Lysnichenko
>             Fix For: 2.1.0
>
>         Attachments: AMBARI-11832.patch
>
>
> 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 {noformat}<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>{noformat}
> For hive2 secure to work with Oozie, we need this {noformat}<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>{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)