[
https://issues.apache.org/jira/browse/TAJO-1647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14588048#comment-14588048
]
ASF GitHub Bot commented on TAJO-1647:
--------------------------------------
GitHub user charsyam opened a pull request:
https://github.com/apache/tajo/pull/604
TAJO-1647: Change Create Database Tajo Rest API address from POST
/databases to POST /databases/{database_name}
in Rest API
POST /databases/{database_name} is more understandable
comparing to POST /databases with database_name parameter
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/charsyam/tajo
feature/change-api-create-database
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/604.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 #604
----
commit 23ea2c3decc95a95d2f7483af84c4bea0d7abbf0
Author: clark.kang <[email protected]>
Date: 2015-06-16T01:54:59Z
change create database api address
----
> Change Create Database Tajo Rest API address from POST /databases to POST
> /databases/{database_name}
> ----------------------------------------------------------------------------------------------------
>
> Key: TAJO-1647
> URL: https://issues.apache.org/jira/browse/TAJO-1647
> Project: Tajo
> Issue Type: Improvement
> Reporter: DaeMyung Kang
> Assignee: DaeMyung Kang
>
> in Rest API
> POST /databases/{database_name} is more understandable
> comparing to POST /databases with database_name parameter
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)