Hyunsik Choi created TAJO-169:
---------------------------------

             Summary: 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
            Priority: Minor
             Fix For: 0.2-incubating


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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to