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/07/14 10:12:04 UTC

[jira] [Commented] (TAJO-1684) TablespaceManager should allow arbitrary URIs

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

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

GitHub user hyunsik opened a pull request:

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

    TAJO-1684: TablespaceManager should allow arbitrary URIs.

    This patch does not need unit tests. All unit tests works well, although this patch removed some tablespaces being added automatically to TablespaceManager for unit tests.

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

    $ git pull https://github.com/hyunsik/tajo TAJO-1684

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

    https://github.com/apache/tajo/pull/629.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 #629
    
----
commit 36b8195e2f51670dce07e737493cafda6a2e20e6
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-07-14T08:08:20Z

    TAJO-1684: TablespaceManager should allow arbitrary URIs.

----


> TablespaceManager should allow arbitrary URIs
> ---------------------------------------------
>
>                 Key: TAJO-1684
>                 URL: https://issues.apache.org/jira/browse/TAJO-1684
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: Storage
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>            Priority: Minor
>             Fix For: 0.11.0
>
>
> The current TablespaceManager only allows registered URIs. For convenience, we need to allow arbitrary URIs which can be handled by existing tablespace managers. Also, registered tablespaces will be a role as a named space that users can use in CREATE TABLE or CREATE DATABASE statements.



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