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/10/27 20:21:34 UTC

[jira] [Commented] (TAJO-1141) Refactor the packages hierarchy of tajo-client

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

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

GitHub user hyunsik opened a pull request:

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

    TAJO-1141: Refactor the packages hierarchy of tajo-client.

    See https://issues.apache.org/jira/browse/TAJO-1141. This patch depends on TAJO-1140.

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

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

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

    https://github.com/apache/tajo/pull/217.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 #217
    
----
commit fca180a66c7aa118e5ce12dc434206c782b86862
Author: Hyunsik Choi <hy...@apache.org>
Date:   2014-10-27T07:46:22Z

    TAJO-1140: Separate TajoClient into fine grained parts.

commit 32e547c97b1c338c51710ea984bf4fcf54f61a59
Author: Hyunsik Choi <hy...@apache.org>
Date:   2014-10-27T19:20:04Z

    TAJO-1141: Refactor the packages hierarchy of tajo-client.

commit d3e5e950f76d9c0eb0a42fc956166ea859d44953
Author: Hyunsik Choi <hy...@apache.org>
Date:   2014-10-27T19:20:19Z

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

----


> Refactor the packages hierarchy of tajo-client
> ----------------------------------------------
>
>                 Key: TAJO-1141
>                 URL: https://issues.apache.org/jira/browse/TAJO-1141
>             Project: Tajo
>          Issue Type: Task
>          Components: cli, client
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>            Priority: Minor
>             Fix For: 0.9.1
>
>
> The current package hierarchy in tajo-client is less consistency and less coherency. To improve the coherency, this patch refactors the packages of tajo-client module as follows:
> {noformat}
> - tajo
>     |- cli
>         |- tools
>         |- tsql
>              |- commands
>     |- client
>     |- jdbc
> {noformat}
>     



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