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
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---