[
https://issues.apache.org/jira/browse/TAJO-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13794214#comment-13794214
]
Hudson commented on TAJO-169:
-----------------------------
SUCCESS: Integrated in Tajo-trunk-postcommit #512 (See
[https://builds.apache.org/job/Tajo-trunk-postcommit/512/])
TAJO-169: the default TAJO_WORKER_STANDBY_MODE in tajo-env.sh is wrong.
(hyunsik) (hyunsik:
https://git-wip-us.apache.org/repos/asf?p=incubator-tajo.git&a=commit&h=683aaf4f0575f0c749e2fe24c07268e4ae4f3bf9)
* CHANGES.txt
* tajo-dist/src/main/conf/tajo-env.sh
> the default TAJO_WORKER_STANDBY_MODE in tajo-env.sh is wrong.
> -------------------------------------------------------------
>
> Key: TAJO-169
> URL: https://issues.apache.org/jira/browse/TAJO-169
> Project: Tajo
> Issue Type: Bug
> Components: conf and scripts
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Priority: Minor
> Labels: newbie
> Fix For: 0.2-incubating
>
> Attachments: TAJO-169.patch
>
>
> The default tajo-env.sh contains a commented out line as follows:
> {noformat}
> # Tajo Distributed Execution Mode
> # the default mode is on-demand mode using YarnTajoResourceManager.
> # export TAJO_WORKER_STANDBY_MODE=yes
> {noformat}
> However, 'yes' should be 'true' because the script 'start-tajo.sh' determines
> if TAJO_WORKER_STANDBY_MODE variable is 'true' or not.
--
This message was sent by Atlassian JIRA
(v6.1#6144)