[ 
https://issues.apache.org/jira/browse/HIVE-26439?focusedWorklogId=798246&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-798246
 ]

ASF GitHub Bot logged work on HIVE-26439:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/Aug/22 02:42
            Start Date: 05/Aug/22 02:42
    Worklog Time Spent: 10m 
      Work Description: dengzhhu653 merged PR #3488:
URL: https://github.com/apache/hive/pull/3488




Issue Time Tracking
-------------------

    Worklog Id:     (was: 798246)
    Time Spent: 20m  (was: 10m)

> Skip collecting Kafka delegation tokens if PLAINTEXT is set
> -----------------------------------------------------------
>
>                 Key: HIVE-26439
>                 URL: https://issues.apache.org/jira/browse/HIVE-26439
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Yu-Wen Lai
>            Assignee: Yu-Wen Lai
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> For a kafka table, it can be pointed to a external unsecured Kafka cluster 
> even hive is running in a secured cluster. In this case, tez will try to 
> collect kafka delegation tokens, but failed with error messages as following.
> {code:java}
> java.lang.RuntimeException: Exception while getting kafka delegation tokens
> at 
> ...
> Caused by: java.util.concurrent.ExecutionException: 
> org.apache.kafka.common.errors.IllegalSaslStateException: Unexpected 
> handshake request with client mechanism GSSAPI, enabled mechanisms are [] 
> {code}
> To resolve this issue, we can skip collecting kafka delegation tokens if 
> "kafka.consumer.security.protocol" or "kafka.producer.security.protocol" is 
> set to "PLAINTEXT" in tblproperties.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to