[
https://issues.apache.org/jira/browse/STORM-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15240818#comment-15240818
]
ASF GitHub Bot commented on STORM-1711:
---------------------------------------
GitHub user arunmahadevan opened a pull request:
https://github.com/apache/storm/pull/1339
[STORM-1711] Kerberos principals gets mixed up while using storm-hive
Storm-hive uses UserGroupInformation.loginUserFromKeytab which updates the
static variable that stores current UGI. Modified HiveUtils.authenticate to use
UserGroupInformation.loginUserFromKeytabAndReturnUGI() which returns the new
UGI instead of modifying the current UGI.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/arunmahadevan/storm hiveutils
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1339.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1339
----
commit bf4862f92e5df957fc7ffa2e89c98ef24011ef82
Author: Arun Mahadevan <[email protected]>
Date: 2016-04-07T06:59:30Z
[STORM-1711] Kerberos principals gets mixed up while using storm-hive
Storm-hive uses UserGroupInformation.loginUserFromKeytab which updates the
static variable that stores current UGI. Modified HiveUtils.authenticate to use
UserGroupInformation.loginUserFromKeytabAndReturnUGI() which returns the new
UGI instead of modifying the current UGI.
----
> Kerberos principals gets mixed up while using storm-hive
> --------------------------------------------------------
>
> Key: STORM-1711
> URL: https://issues.apache.org/jira/browse/STORM-1711
> Project: Apache Storm
> Issue Type: Bug
> Affects Versions: 1.0.0, 2.0.0
> Reporter: Arun Mahadevan
> Assignee: Arun Mahadevan
>
> Storm-hive uses UserGroupInformation.loginUserFromKeytab which updates the
> static variable that stores current UGI.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)