[
https://issues.apache.org/jira/browse/HBASE-12493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14231680#comment-14231680
]
Brock Noland commented on HBASE-12493:
--------------------------------------
The only delta I see is that in the Hive code we are adding the token to the
job.
{noformat}
job.getCredentials().addToken(authToken.getService(), authToken);
{noformat}
I assume that adding to the UGI is not equivalent? [~ychen]? If so would the
thought be that we'd get the tokens from the UGI and add then to the Job?
> User class should provide a way to re-use existing token
> --------------------------------------------------------
>
> Key: HBASE-12493
> URL: https://issues.apache.org/jira/browse/HBASE-12493
> Project: HBase
> Issue Type: Task
> Reporter: Brock Noland
> Assignee: Gary Helmling
> Fix For: 2.0.0
>
> Attachments: HBASE-12493.patch
>
>
> In HIVE-8874 we had to re-use HBase classes market private to re-use using
> tokens.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)