[
https://issues.apache.org/jira/browse/TAJO-755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13966369#comment-13966369
]
Tajo QA commented on TAJO-755:
------------------------------
{color:red}*-1 overall.*{color} Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12639767/TAJO-755_20140411_18%3A17%3A57.patch
against master revision 38f5316.
{color:green}+1 @author.{color} The patch does not contain any @author
tags.
{color:green}+1 tests included.{color} The patch appears to include 3 new
or modified test files.
{color:green}+1 javac.{color} The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc.{color} The applied patch does not increase the
total number of javadoc warnings.
{color:green}+1 checkstyle.{color} The patch generated 0 code style errors.
{color:red}-1 findbugs.{color} The patch appears to cause Findbugs
(version 1.3.9) to fail.
{color:green}+1 release audit.{color} The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests.{color} The patch passed unit tests in
tajo-algebra tajo-catalog/tajo-catalog-client tajo-catalog/tajo-catalog-common
tajo-catalog/tajo-catalog-drivers/tajo-hcatalog
tajo-catalog/tajo-catalog-server tajo-core/tajo-core-backend.
Test results:
https://builds.apache.org/job/PreCommit-TAJO-Build/328//testReport/
Findbugs results:
https://builds.apache.org/job/PreCommit-TAJO-Build/328//findbugsResult
Console output: https://builds.apache.org/job/PreCommit-TAJO-Build/328//console
This message is automatically generated.
> 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)