[
https://issues.apache.org/jira/browse/TAJO-1978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15006186#comment-15006186
]
ASF GitHub Bot commented on TAJO-1978:
--------------------------------------
GitHub user dkhwangbo opened a pull request:
https://github.com/apache/tajo/pull/861
TAJO-1978: Printout message before terminating TSQL
In ExitCommand::invoke, the code line is written that printout "bye!"
before terminating. But, There is no sout.flush() before exit(0) so that
message is not shown.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dkhwangbo/tajo TAJO-1978
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/861.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 #861
----
commit 5eea3f389afc21d0c41a45a81bcb9fa431962aa2
Author: Dongkyu Hwangbo <[email protected]>
Date: 2015-11-16T03:13:02Z
initial commit
----
> Printout message before terminating TSQL
> ----------------------------------------
>
> Key: TAJO-1978
> URL: https://issues.apache.org/jira/browse/TAJO-1978
> Project: Tajo
> Issue Type: Bug
> Reporter: Dongkyu Hwangbo
> Assignee: Dongkyu Hwangbo
> Priority: Trivial
> Labels: cli, newbie
>
> In ExitCommand::invoke, the code line is written that printout "bye!" before
> terminating. But, There is no sout.flush() before exit(0) so that message is
> not shown.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)