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/11/24 05:55:12 UTC

[jira] [Commented] (TAJO-1206) Implements Thrift proxy server.

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

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

GitHub user babokim opened a pull request:

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

    TAJO-1206: Implements Thrift proxy server.

    

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

    $ git pull https://github.com/babokim/tajo TAJO-1206

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

    https://github.com/apache/tajo/pull/268.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 #268
    
----
commit 80afe993b82d57582fbeab64d20199f4dfa3d9af
Author: jhkim <jh...@apache.org>
Date:   2014-11-21T07:23:32Z

    TAJO-1205: Remove possible memory leak in TajoMaster. (jinho)
    
    Closes #265

commit 05ba2b5f82ba8b24e906f662a7cb2e41e463e647
Author: HyoungJun Kim <ba...@babokim-macbook-pro.local>
Date:   2014-11-21T11:47:32Z

    TAJO-1026: Implements Thrift proxy server.

commit 68d9dbdfb77e30e6ac65c9984dbc907e989d60a9
Author: HyoungJun Kim <ba...@babokim-macbook-pro.local>
Date:   2014-11-21T16:21:27Z

    TAJO-1206: Implements Thrift proxy server.
    
    Add some debug message for "Caused by: java.net.SocketException: Invalid argument" error.

commit bf902fb1e43b9eafe2615fcce915ead5acb72c29
Author: HyoungJun Kim <ba...@babokim-macbook-pro.local>
Date:   2014-11-24T04:35:25Z

    TAJO-1206: Implements Thrift proxy server.

commit 0ff4ddffbca31ad34a3203fea57bd913608b492e
Author: HyoungJun Kim <ba...@babokim-macbook-pro.local>
Date:   2014-11-24T04:37:14Z

    Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo into TAJO-1206

----


> Implements Thrift proxy server.
> -------------------------------
>
>                 Key: TAJO-1206
>                 URL: https://issues.apache.org/jira/browse/TAJO-1206
>             Project: Tajo
>          Issue Type: New Feature
>            Reporter: Hyoungjun Kim
>            Assignee: Hyoungjun Kim
>         Attachments: Tajo-ThriftServer.png
>
>
> Currently Tajo supports only Java client. To support multiple languages like Python, Thrift is very useful tool. Hive also supports multiple languages using Thrift server.
> Thrift Server may be useful to separate a user from Tajo cluster for security issues.
> In this issue, The following functions will be implemented.
> - Thrift server for Tajo
> - Web UI for monitoring Thrift server
> - CLI for Thrift server



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