You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Jason Dere (JIRA)" <ji...@apache.org> on 2015/09/19 00:57:04 UTC

[jira] [Commented] (HIVE-11875) JDBC Driver does not honor delegation token mechanism when readings params from ZooKeeper

    [ https://issues.apache.org/jira/browse/HIVE-11875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14876638#comment-14876638 ] 

Jason Dere commented on HIVE-11875:
-----------------------------------

Talked to Vaibhav offline and confirmed that the changes are supposed to have the desired logic:

| |AUTH_TYPE param not set|heading 3| | |
| NOSASL	| Set AUTH_TYPE=AUTH_SIMPLE	| Do nothing | Set AUTH_TYPE=AUTH_SIMPLE | Set AUTH_TYPE=AUTH_SIMPLE |
| KERBEROS | Set AUTH_TYPE=AUTH_TOKEN | Set AUTH_TYPE=AUTH_TOKEN | Do nothing | Set AUTH_TYPE=AUTH_TOKEN |
| OTHER |  |  |  |  |

> JDBC Driver does not honor delegation token mechanism when readings params from ZooKeeper
> -----------------------------------------------------------------------------------------
>
>                 Key: HIVE-11875
>                 URL: https://issues.apache.org/jira/browse/HIVE-11875
>             Project: Hive
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 1.3.0, 2.0.0
>            Reporter: Vaibhav Gumashta
>            Assignee: Vaibhav Gumashta
>         Attachments: HIVE-11875.1.patch
>
>
> Regression introduced in HIVE-11581. When the driver is reading connection params from ZK, in a secure cluster if overrides the delegation token mechanism (specified on client side) with a TGT requiring mechanism (kinit).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)