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 2015/07/29 08:00:09 UTC

[jira] [Commented] (TAJO-1699) Tajo Java Client version 2

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

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

GitHub user hyunsik opened a pull request:

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

    TAJO-1699: Tajo Java Client version 2.

    

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

    $ git pull https://github.com/hyunsik/tajo CLIENT_v2

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

    https://github.com/apache/tajo/pull/662.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 #662
    
----
commit 4597561198cf1d55fcd39cb76fc142facb0e9d34
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-07-27T16:23:28Z

    Add initial design for client API v2.

commit 3223dc68433822e16a5f1624f4474b543afacb58
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-07-28T07:39:28Z

    Complete initial version for client API v2.

commit 1bea9f7052dd1650e8e9679c32113042a4a37dfb
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-07-28T07:53:15Z

    Add testExecuteUpdate test.

commit 79e2a5ba59123c1e76ae7b614ac9730937a40c86
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-07-28T16:00:43Z

    Add unit tests for 3 types SQL execution through client v2.

commit 54365db55dafc123d9aefab27da63b2bf2cba589
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-07-29T02:12:10Z

    Changed lots of SQLException to TajoException and implement ClientExceptionUtil.

commit 8c450111014c2ac44d719de963d31bef7d337d11
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-07-29T02:12:41Z

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

commit 1c07bf984ad2c6b359b83dea3b5201f8b8a6418b
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-07-29T05:54:58Z

    Add listener and refactored exceptions's constructor to take ReturnState.

----


> Tajo Java Client version 2
> --------------------------
>
>                 Key: TAJO-1699
>                 URL: https://issues.apache.org/jira/browse/TAJO-1699
>             Project: Tajo
>          Issue Type: Improvement
>          Components: Java Client
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.11.0
>
>
> I propose Tajo Java Client version 2. Its motivations are as follows:
>  * After TAJO-1625, the error propagation has been changed significantly. Java Client should make use the new error propagation system. Java Client should throw the proper exceptions.
>  * Many Java API exposes internal data structure and protocol buffer data structure. It requires users to understand its internal behavior and architecture. We should hide them from users.



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