[
https://issues.apache.org/jira/browse/TAJO-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14118154#comment-14118154
]
ASF GitHub Bot commented on TAJO-1022:
--------------------------------------
Github user babokim commented on the pull request:
https://github.com/apache/tajo/pull/128#issuecomment-54146558
Nice catch hyunsik. I did't realize that problem.
I found that hive shell have same problem. See the following site.
https://issues.apache.org/jira/browse/HIVE-6758
Hive does not support "jline.UnsupportedTerminal" option, but documented a
workaround.
In my opinion many tajo query will be run as background mode, so background
mode option is good to user.
What do you think about "-B" as background mode option like the bellow.
"bin/tsql -B -t test.sql &"
> tsql does not work as background process
> ----------------------------------------
>
> Key: TAJO-1022
> URL: https://issues.apache.org/jira/browse/TAJO-1022
> Project: Tajo
> Issue Type: Bug
> Reporter: Hyoungjun Kim
> Assignee: Hyoungjun Kim
> Priority: Minor
>
> The following command doesn't work
> # bin/tsql -f test.sql &
> It's caused by JLine's ConsoleReader.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)