[
https://issues.apache.org/jira/browse/TAJO-928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14092322#comment-14092322
]
ASF GitHub Bot commented on TAJO-928:
-------------------------------------
Github user blrunner commented on the pull request:
https://github.com/apache/tajo/pull/98#issuecomment-51734603
Sorry for my late review.
Could you rebase against the master branch?
I failed to merge it as follows:
{code:xml}
CONFLICT (content): Merge conflict in
tajo-core/src/test/java/org/apache/tajo/cli/TestTajoCli.java
Auto-merging tajo-client/src/main/java/org/apache/tajo/cli/TajoCli.java
Automatic merge failed; fix conflicts and then commit the result.
{code}
> 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)