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

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

                Author: ASF GitHub Bot
            Created on: 14/Sep/20 10:30
            Start Date: 14/Sep/20 10:30
    Worklog Time Spent: 10m 
      Work Description: abstractdog opened a new pull request #1495:
URL: https://github.com/apache/hive/pull/1495


   
   <!--
   Thanks for sending a pull request!  Here are some tips for you:
     1. If this is your first time, please read our contributor guidelines: 
https://cwiki.apache.org/confluence/display/Hive/HowToContribute
     2. Ensure that you have created an issue on the Hive project JIRA: 
https://issues.apache.org/jira/projects/HIVE/summary
     3. Ensure you have added or run the appropriate tests for your PR: 
     4. If the PR is unfinished, add '[WIP]' in your PR title, e.g., 
'[WIP]HIVE-XXXXX:  Your PR title ...'.
     5. Be sure to keep the PR description updated to reflect all changes.
     6. Please write your PR title to summarize what this PR proposes.
     7. If possible, provide a concise example to reproduce the issue for a 
faster review.
   
   -->
   
   ### What changes were proposed in this pull request?
   Check secure env before taking care of delegation tokens.
   
   ### Why are the changes needed?
   Broken kafka_storage_handler.q test after HIVE-23408
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   Tested with temporarily enabled qtest.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

            Worklog Id:     (was: 483912)
    Remaining Estimate: 0h
            Time Spent: 10m

> Kafka storage handler broken in secure environment pt2: short-circuit on 
> non-secure environment
> -----------------------------------------------------------------------------------------------
>
>                 Key: HIVE-24159
>                 URL: https://issues.apache.org/jira/browse/HIVE-24159
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: László Bodor
>            Assignee: László Bodor
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> As kafka_storage_handler.q was disabled by HIVE-23985, I haven't realized 
> upstream that the kafka qtest fails. Instead of setting up a kerberized 
> environment in qtest (which doesn't seem to be a usual usecase, e.g. haven't 
> seen hive.server2.authentication.kerberos.principal used in *.q files) I 
> managed to make the test with a simple 
> UserGroupInformation.isSecurityEnabled() check, which can be also useful for 
> every non-secure environment.
> For reference, the exception was:
> {code}
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to