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/05/17 08:13:59 UTC

[jira] [Commented] (TAJO-1609) query rest api uri should change from /databases/{database_name}/queies to /queries/{database_name}

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

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

GitHub user charsyam opened a pull request:

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

    TAJO-1609 query rest api uri should change from /databases/{database_name}/queies to /queries/{database_name}

    currently, "databases" Rest Api uri has too many meaning.
    1. for query
    2. to manage databases info
    
    and databases/{database_name}/queries is not proper for queries 
    
    so I suggest change from "/databases/{database_name}/queries" to
    "/queries/{database_name}", it is more clear to understand.

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

    $ git pull https://github.com/charsyam/tajo feature/query-api-start-with-queries-first

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

    https://github.com/apache/tajo/pull/574.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 #574
    
----
commit 707218dba46801f9ada322a0ef0098169bacc0ed
Author: clark.kang <cl...@kakao.com>
Date:   2015-05-17T05:55:56Z

    change rest api uri for queries

----


> query rest api uri should change from /databases/{database_name}/queies to /queries/{database_name}
> ---------------------------------------------------------------------------------------------------
>
>                 Key: TAJO-1609
>                 URL: https://issues.apache.org/jira/browse/TAJO-1609
>             Project: Tajo
>          Issue Type: Improvement
>            Reporter: DaeMyung Kang
>            Assignee: DaeMyung Kang
>
> currently, "databases" Rest Api uri has too many meaning.
> 1. for query
> 2. to manage databases info
> and databases/{database_name}/queries is not proper for queries 
> so I suggest change from "/databases/{database_name}/queries" to
> "/queries/{database_name}", it is more clear to understand.



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