Dmitry Lysnichenko created AMBARI-11832:
-------------------------------------------
Summary: 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
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)