[
https://issues.apache.org/jira/browse/TAJO-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14368546#comment-14368546
]
ASF GitHub Bot commented on TAJO-1418:
--------------------------------------
GitHub user navis opened a pull request:
https://github.com/apache/tajo/pull/438
TAJO-1418 Comment on TAJO_PULLSERVER_STANDALONE in tajo-env.sh is not
consistent
REAL trivial
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/navis/tajo TAJO-1418
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/438.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #438
----
commit 56965c95bf9a3f873cb6af5c2d350d3e165b39e4
Author: navis.ryu <[email protected]>
Date: 2015-03-19T05:42:29Z
TAJO-1418 Comment on TAJO_PULLSERVER_STANDALONE in tajo-env.sh is not
consistent
----
> Comment on TAJO_PULLSERVER_STANDALONE in tajo-env.sh is not consistent
> ----------------------------------------------------------------------
>
> Key: TAJO-1418
> URL: https://issues.apache.org/jira/browse/TAJO-1418
> Project: Tajo
> Issue Type: Improvement
> Reporter: Navis
> Assignee: Navis
> Priority: Trivial
>
> {noformat}
> # Tajo PullServer mode. the default mode is standalone mode
> # export TAJO_PULLSERVER_STANDALONE=false
> {noformat}
> but,
> {noformat}
> export TAJO_PULLSERVER_STANDALONE="${TAJO_PULLSERVER_STANDALONE:-false}"
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)