You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by prafullat <gi...@git.apache.org> on 2014/06/03 07:00:49 UTC

[GitHub] tajo pull request: Initial review patch for Tajo 858 (Not for comm...

GitHub user prafullat opened a pull request:

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

    Initial review patch for Tajo 858 (Not for commit)

    This patch is for early review.
    I am still working on this patch to add support for delegation token in TajoClient.

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

    $ git pull https://github.com/prafullat/tajo tajo-858

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

    https://github.com/apache/tajo/pull/30.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 #30
    
----
commit 1450fa9dafacb5d78cada13e184fd5c12bbb99f2
Author: Prafulla T <pr...@users.sourceforge.net>
Date:   2014-06-01T22:37:48Z

    TAJO-858 - Support for hadoop kerberos authentication in Tajo
    
    Added parameters to accept kerberos principle, keytab in tajo conf.
    Added new class FileSystemUtil to do hadoop authentication work
    while getting instance of FileSystem.
    Changed couple of places to use this new interface to get FileSystem.
    
    This is still work in progress.
    TajoMaster authentication works.
    TODO:
    Need new protocol message to exchange hadoop dfs delegation token.

commit 0d64fc9e9456b118053b405b42ae2d12d9af2336
Author: Prafulla T <pr...@users.sourceforge.net>
Date:   2014-06-02T04:46:00Z

    TAJO-858 - Support for hadoop kerberos authentication in Tajo
    
    Added new protocol message to send hdfs delegation token from
    TajoMaster to TajoWorker. With this match, TajoWorker/QueryMaster
    starts up correctly.
    TajoClient does not yet have delegation token so end-to-end query
    does not work yet.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tajo pull request: TAJO-858: Initial review patch for Tajo 858 (No...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tajo pull request: TAJO-858: Initial review patch for Tajo 858 (No...

Posted by jihoonson <gi...@git.apache.org>.
Github user jihoonson commented on the pull request:

    https://github.com/apache/tajo/pull/30#issuecomment-44976584
  
    Hi Prafulla,
    it looks good!
    Please go ahead. :)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---