[
https://issues.apache.org/jira/browse/HIVE-25506?focusedWorklogId=648658&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-648658
]
ASF GitHub Bot logged work on HIVE-25506:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Sep/21 15:11
Start Date: 09/Sep/21 15:11
Worklog Time Spent: 10m
Work Description: harishjp commented on pull request #2625:
URL: https://github.com/apache/hive/pull/2625#issuecomment-916189761
Thanks Naveen.
I’ve added test for precedence of password based against URI, password comes
before URI based one, this is to prevent a lookup from happening in tez task.
There is no logical reason for keystore to have precedence over URI right now,
it is just there. Ideally we should fix it so that once the password is
extracted we should not copy the URI or keystore config.
I'll try to do a followup jira on this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 648658)
Time Spent: 20m (was: 10m)
> Ignore mulitple password sources in JdbcStorageHandler.
> -------------------------------------------------------
>
> Key: HIVE-25506
> URL: https://issues.apache.org/jira/browse/HIVE-25506
> Project: Hive
> Issue Type: Bug
> Components: HiveServer2
> Reporter: Harish JP
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The https://issues.apache.org/jira/browse/HIVE-25445 introduced check against
> setting multiple sources. But the implementation is flawed, since the
> password is set in JobConf and we merge JobConf and TableDesc properties.
> This results in the exception being thrown when executing a part of Tez job.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)