You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/12/24 06:24:13 UTC

[jira] [Commented] (TAJO-1268) tajo-client module should not use UserGroupInformation

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

ASF GitHub Bot commented on TAJO-1268:
--------------------------------------

GitHub user hyunsik opened a pull request:

    https://github.com/apache/tajo/pull/318

    TAJO-1268: tajo-client module should not use UserGroupInformation.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hyunsik/tajo TAJO-1268

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/318.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 #318
    
----
commit 734d65f592318edb51945d66757a8e67dfe21e05
Author: Hyunsik Choi <hy...@apache.org>
Date:   2014-12-24T05:20:53Z

    TAJO-1268: tajo-client module should not use UserGroupInformation.

----


> tajo-client module should not use UserGroupInformation
> ------------------------------------------------------
>
>                 Key: TAJO-1268
>                 URL: https://issues.apache.org/jira/browse/TAJO-1268
>             Project: Tajo
>          Issue Type: Improvement
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.10
>
>         Attachments: TAJO-1268.patch
>
>
> TajoClient uses UserGroupInformation in order to just get a user name. It's trivial, yet it forces TajoClient to depend on Hadoop. We need to replace UserGroupInformation by our own implementation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)