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/06/16 04:28:00 UTC

[jira] [Commented] (TAJO-1616) Implement TablespaceManager to load Tablespaces

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

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

GitHub user hyunsik opened a pull request:

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

    TAJO-1616: Implement TablespaceManager to load Tablespaces.

    

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

    $ git pull https://github.com/hyunsik/tajo TableSpace

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

    https://github.com/apache/tajo/pull/602.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 #602
    
----
commit 528eb26d3279fd10fda8d8c2792ca151b8984162
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-05-27T10:38:44Z

    Initial change.

commit 85a7768d306aee7779b5d47f7425b62a9f4b477d
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-05-29T11:18:54Z

    Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo
    
    Conflicts:
    	tajo-storage/tajo-storage-common/src/main/java/org/apache/tajo/storage/TableSpace.java

commit 5ad56deec0e6bae264226642180573ed7ec079e9
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-05-29T11:19:12Z

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

commit 13c98e15318ad6feb056e72b5cf6d23ee8d73de2
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-05-29T13:01:16Z

    change hbase configuration.

commit 7090fad5f1a96f7740ff5ede9b497d03bc891908
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-06-01T21:53:11Z

    Improved TableSpaceManager to load json configuration.
    
    * Add loading methods for tablespace and spacehandler
    * Change the signature of getStorageManager
    * Change the signature of TableSpace

commit 7e115794481b08d53c7370a9419031b4a70566fe
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-06-02T07:06:09Z

    Changed OldStorageManager to TableSpaceManager.

commit ac92b14d6bc810cb965955a5922db3f8342781d6
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-06-04T10:31:30Z

    Fixed many bugs.

commit 70786ff483259563c282e1b5952c14cbf4925384
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-06-04T12:39:10Z

    Fixed really lots of bugs.

commit 3b1b95b089668f79c1b35268cd1489fc2438efb8
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-06-05T11:39:51Z

    Move Table Schema and Uri from CreateTableNode and InsertNode to StoreTableNode.

commit f89d634b6cd3a242becffcde574f773132f11bca
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-06-05T13:55:39Z

    Fixed some serialization bugs.

commit 35ee74b9fac158f721928a9cf5d0c67cec8ce28b
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-06-06T06:59:43Z

    Fixed many bugs.

commit f2726c264880ba2433c8ec287cb892c4bbba2889
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-06-07T04:42:01Z

    Removed replacement of default fs.

commit 7b7e85f526843d7afbfd55585d55a8ae1498abcc
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-06-12T12:58:38Z

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

commit 2414a4d55b964c78df909aa239675400aa463667
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-06-12T16:57:37Z

    Improved loading code.

commit 8329ea37e58a0b80e664c26081b733c0ed44f731
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-06-12T23:15:25Z

    New initialization

commit 4eab5eb671cf70b9d15e59144548dee3063018ed
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-06-14T03:27:55Z

    Add StroageService.

commit f7fd98e51013d6d5d7e70095d8a8089f31cb7da5
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-06-14T11:43:23Z

    Renamed Path suffix of TableDesc to URI.

commit 443aab6ab885fbb6337a6b9d831f5f049e0e1b6a
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-06-14T21:35:46Z

    Simplified TablespaceManager.get().

commit 6c4e3ee2c4f96ecc7cb1b25e05d87b1974af5842
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-06-15T02:34:37Z

    Improved rewrite rule for storage specified plan.

commit 57fd37e19754783843e2aedbe2ef01c8c015335f
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-06-15T03:26:50Z

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

commit 88c5a1ec5652839cca7b367f82441b92610b84cf
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-06-15T04:55:37Z

    Add comments, remove unused codes, and refine some APIs.

commit 125608a22645acdf500bb1f99e59ea3c04eed4f9
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-06-16T01:03:40Z

    Add documentation and improved catalog schema.

commit 5a433703f9e7869a3f766d494feeebc4e3681798
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-06-16T02:03:35Z

    Fixed test failures.

commit 5c5f0bdc82b8396ba99ddbbb61284273af55bd48
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-06-16T02:03:58Z

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

----


> Implement TablespaceManager to load Tablespaces
> -----------------------------------------------
>
>                 Key: TAJO-1616
>                 URL: https://issues.apache.org/jira/browse/TAJO-1616
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: storage
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.11.0
>
>
> TablespaceManager should load Tablespace according to storage-default.json and storage-site.json.



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