[
https://issues.apache.org/jira/browse/DRILL-4987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15627581#comment-15627581
]
ASF GitHub Bot commented on DRILL-4987:
---------------------------------------
GitHub user sudheeshkatkam opened a pull request:
https://github.com/apache/drill/pull/642
DRILL-4987: Use ImpersonationUtil to get process user info in RemoteF…
…unctionRegistry
@arina-ielchiieva can you take a look? I did not change the intent, right?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sudheeshkatkam/drill DRILL-4987
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/642.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 #642
----
commit 811bd063c24dab8556a7975ebb9bb5ca5d4adf70
Author: Sudheesh Katkam <[email protected]>
Date: 2016-11-01T20:42:52Z
DRILL-4987: Use ImpersonationUtil to get process user info in
RemoteFunctionRegistry
----
> Use ImpersonationUtil in RemoteFunctionRegistry
> -----------------------------------------------
>
> Key: DRILL-4987
> URL: https://issues.apache.org/jira/browse/DRILL-4987
> Project: Apache Drill
> Issue Type: Improvement
> Components: Functions - Drill
> Reporter: Sudheesh Katkam
> Assignee: Sudheesh Katkam
> Priority: Minor
> Fix For: 1.9.0
>
>
> + Use ImpersonationUtil#getProcessUserName rather than
> UserGroupInformation#getCurrentUser#getUserName in RemoteFunctionRegistry
> + Expose process users' group info in ImpersonationUtil and use that in
> RemoteFunctionRegistry, rather than
> UserGroupInformation#getCurrentUser#getGroupNames
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)