You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Raghav Kumar Gautam (JIRA)" <ji...@apache.org> on 2014/04/08 02:46:19 UTC

[jira] [Created] (FALCON-390) falcon HCatProcess tests are failing in secure clusters

Raghav Kumar Gautam created FALCON-390:
------------------------------------------

             Summary: falcon HCatProcess tests are failing in secure clusters
                 Key: FALCON-390
                 URL: https://issues.apache.org/jira/browse/FALCON-390
             Project: Falcon
          Issue Type: Bug
         Environment: linux, secure
            Reporter: Raghav Kumar Gautam


All the HCatProcess tests are failing in secure mode. Oozie is not able to talk to hcat server. The following additions additional configuration needs to be added.
job.properties-
hive.metastore.sasl.enabled=true
hive.metastore.kerberos.principal=hive/<host>@<realm>
workflow.xml-
<credentials>
<credential name='hiveauth' type='hcat'>
<property>
<name>hcat.metastore.uri</name>
<value>thrift://<host>:<port></value>
</property>
<property>
<name>hcat.metastore.principal</name>
<value>hive/<host>@<realm></value>
</property>
</credential>
</credentials>



--
This message was sent by Atlassian JIRA
(v6.2#6252)