[
https://issues.apache.org/jira/browse/HIVE-11875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14876642#comment-14876642
]
Jason Dere commented on HIVE-11875:
-----------------------------------
Whoops, pressed "Add" before I was done with creating the table. Logic supposed
to match this:
| | *AUTH_TYPE param not set*| *AUTH_SIMPLE* | *AUTH_TOKEN* | *AUTH_OTHER* |
|*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*|Do nothing |Do nothing |Do nothing |Do nothing |
> 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)