[
https://issues.apache.org/jira/browse/TAJO-755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13966359#comment-13966359
]
Hyunsik Choi edited comment on TAJO-755 at 4/11/14 9:27 AM:
------------------------------------------------------------
Updated the review request against branch master in reviewboard
https://reviews.apache.org/r/20125
was (Author: hyunsik):
Updated the review request against branch master in reviewboard
> ALTER TABLESPACE LOCATION support
> ---------------------------------
>
> Key: TAJO-755
> URL: https://issues.apache.org/jira/browse/TAJO-755
> Project: Tajo
> Issue Type: Improvement
> Components: catalog, parser, planner/optimizer
> Affects Versions: 0.8-incubating, 1.0-incubating
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Fix For: 0.8-incubating, 1.0-incubating
>
> Attachments: TAJO-755.patch, TAJO-755_20140411_18:17:57.patch
>
>
> Currently, Tajo uses {{tajo.warehouse.directory}} to a default tablespace.
> The default tablespace is stored to catalog server when TajoMaster starts up
> firstly.
> Some users can change {{tajo.root}} after they use Tajo for a while. In this
> case, the mismatch between {{tajo.root}} and the default space can cause some
> problems. To avoid this confusion, we need to support {{ALTER TABLESPACE}} to
> change tablespace's URI.
> The semantic is as follows:
> {code}
> ALTER TABLESPACE <space name> LOCATION '...';
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)