[
https://issues.apache.org/jira/browse/FALCON-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13970725#comment-13970725
]
Shwetha G S edited comment on FALCON-390 at 4/16/14 12:30 PM:
--------------------------------------------------------------
{noformat}
+ <name>hcat.metastore.uri</name>
+ <value>${falcon.source.hive.metastore.uri}</value>
+ </property>
{noformat}
Does the variable resolve correctly in oozie? shouldn't this use wf:conf()?
was (Author: shwethags):
+ <name>hcat.metastore.uri</name>
+ <value>${falcon.source.hive.metastore.uri}</value>
+ </property>
Does the variable resolve correctly in oozie? shouldn't this use wf:conf()?
> 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
> Affects Versions: 0.5
> Environment: linux, secure
> Reporter: Raghav Kumar Gautam
> Assignee: Venkatesh Seetharam
> Labels: security
> Fix For: 0.5
>
> Attachments: FALCON-390-v1.patch
>
>
> 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)