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 <[email protected]>
Date: 2015-05-17T05:55:56Z
change rest api uri for queries
----
---
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.
---