[
https://issues.apache.org/jira/browse/TAJO-928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090165#comment-14090165
]
ASF GitHub Bot commented on TAJO-928:
-------------------------------------
Github user blrunner commented on the pull request:
https://github.com/apache/tajo/pull/98#issuecomment-51554635
Hi @hyunsik
Unfortunately, 'mvn clean install' failed as follows:
{code:xml}
Results :
Failed tests:
testForwardedQuery(org.apache.tajo.scheduler.TestFifoScheduler):
expected:<QUERY_RUNNING> but was:<QUERY_NOT_ASSIGNED>
Tests run: 1096, Failures: 1, Errors: 0, Skipped: 0
{code}
Could you check it?
> Session variables should override query configs in TajoConf.
> ------------------------------------------------------------
>
> Key: TAJO-928
> URL: https://issues.apache.org/jira/browse/TAJO-928
> Project: Tajo
> Issue Type: Improvement
> Components: distributed query plan, planner/optimizer
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Fix For: 0.9.0
>
>
> Currently, we should use tajo-site in order to change the configurations
> related queries, such as optimization option or some parameters. It is never
> practical because we need to restart a Tajo cluster in order to change the
> config.
> The main purpose of this issue is to refactor the system of session variable
> and some part to recognize query configs to accept the session variables.
> Also, when there are duplicated configs in session and TajoConf, session
> variables should override the existing config of TajoConf.
--
This message was sent by Atlassian JIRA
(v6.2#6252)