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/05/18 22:40:00 UTC

[jira] [Commented] (TAJO-1613) Rename StorageManager to Tablespace

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

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

GitHub user hyunsik opened a pull request:

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

    TAJO-1613: Rename StorageManager to Tablespace.

    

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

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

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

    https://github.com/apache/tajo/pull/578.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 #578
    
----
commit ee530a00cec9fafcab26267d409197c5484f52dd
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-05-18T20:37:38Z

    TAJO-1613: Rename StorageManager to Tablespace.

commit 3d543e396b0835017ed7b7fe33f55579e2a83988
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-05-18T20:38:50Z

    Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo into TAJO-1613

----


> Rename StorageManager to Tablespace
> -----------------------------------
>
>                 Key: TAJO-1613
>                 URL: https://issues.apache.org/jira/browse/TAJO-1613
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: storage
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.11.0
>
>
> So far, we used StorageManager to indicate a manager of all storage types as well as a handler of each storage type. TAJO-1603 separates StorageManager to TableSpaceManager and StorageManager and its descendants.
> This patch renames StorageManager to TableSpace. As a result, we will have the following relationships:
>  * TableSpaceManager plays a manager role for all storage types.
>  * TableSpace handles a specific storage type and a specific path on the storage type.



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