You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Hive QA (JIRA)" <ji...@apache.org> on 2019/03/01 11:55:00 UTC

[jira] [Commented] (HIVE-21247) Webhcat beeline in secure mode

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

Hive QA commented on HIVE-21247:
--------------------------------



Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12960729/HIVE-21247.2.patch

{color:red}ERROR:{color} -1 due to no test(s) being added or modified.

{color:green}SUCCESS:{color} +1 due to 15824 tests passed

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/16308/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/16308/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-16308/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12960729 - PreCommit-HIVE-Build

> Webhcat beeline in secure mode
> ------------------------------
>
>                 Key: HIVE-21247
>                 URL: https://issues.apache.org/jira/browse/HIVE-21247
>             Project: Hive
>          Issue Type: Improvement
>          Components: WebHCat
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>            Priority: Major
>             Fix For: 4.0.0
>
>         Attachments: HIVE-21247.1.patch, HIVE-21247.2.patch
>
>
> Follow up HIVE-20550, we need to make beeline work in secure mode. That means, we need to get a delegation token from hiveserver2, and pass that to beeline. This is similar to HIVE-5133, I make two changes:
> 1. Make a jdbc connection to hs2, pull delegation token from HiveConnection, and pass along
> 2. In hive jdbc driver, check for token file in HADOOP_TOKEN_FILE_LOCATION, and extract delegation token if exists
> There's one config needed in webhcat-site.xml, to point "templeton.hive.hs2.url" to hive jdbc url.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)