[
https://issues.apache.org/jira/browse/TAJO-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14613325#comment-14613325
]
ASF GitHub Bot commented on TAJO-1672:
--------------------------------------
GitHub user charsyam opened a pull request:
https://github.com/apache/tajo/pull/623
TAJO-1672 Removing rest api to create table POST
/databases/{database-name}/tables interface
Currently, POST /databases/{database-name}
/tables interface is too hard to use. Because it just serialize TableDesc
Class. so I think just using query interface is better than create table
interface
and for them, changed result of query interface
removing location header, and add response body has query, and ResultCode
and url.(if query is finished directlry, uri isn't)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/charsyam/tajo
feature/remove-create-table-rest-api
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/623.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 #623
----
commit 2469f3a419592c420a49a611692c7c51309ce52f
Author: clark.kang <[email protected]>
Date: 2015-07-03T17:01:05Z
remove create table rest api interface
remove tajo-env.sh
----
> Removing rest api to create table POST /databases/{database-name}/tables
> interface
> ----------------------------------------------------------------------------------
>
> Key: TAJO-1672
> URL: https://issues.apache.org/jira/browse/TAJO-1672
> Project: Tajo
> Issue Type: Improvement
> Reporter: DaeMyung Kang
> Assignee: DaeMyung Kang
>
> Currently, POST /databases/{database-name}/tables interface is too hard to
> use. Because it just serialize TableDesc Class. so I think just using query
> interface is better than create table interface
> and for them, changed result of query interface
> removing location header, and add response body has query, and ResultCode
> and url.(if query is finished directlry, uri isn't)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)