[
https://issues.apache.org/jira/browse/OOZIE-2588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15402726#comment-15402726
]
Rohini Palaniswamy commented on OOZIE-2588:
-------------------------------------------
Few comments
- Can you rename property1 to oozieConfName and property2 to hiveConfName
- The hive conf will only contain the hive setting name and not the hcat
ones. So change
value = hiveConf.get(property1) == null ? hiveConf.get(property2) :
hiveConf.get(property1);
to
value = hiveConf.get(hiveConfName);
Test cases also need change to reflect that.
- Also use different uri and principal values for each test case
> Support getting credentials for same cluster hcat when credentials config is
> empty
> ----------------------------------------------------------------------------------
>
> Key: OOZIE-2588
> URL: https://issues.apache.org/jira/browse/OOZIE-2588
> Project: Oozie
> Issue Type: Bug
> Reporter: Satish Subhashrao Saley
> Assignee: Satish Subhashrao Saley
> Priority: Minor
> Attachments: OOZIE-2588-1.patch, OOZIE-2588-2.patch,
> OOZIE-2588-3.patch, OOZIE-2588-4.patch, OOZIE-2588-5.patch, OOZIE-2588-6.patch
>
>
> Oozie should get credentials for the same cluster hcat when
> hcat.metastore.uri and hcat.metastore.principal are not specified. It will
> eliminate lot of trouble for the users.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)