TAJO-1022: tsql does not work as background process#128
TAJO-1022: tsql does not work as background process#128babokim wants to merge 4 commits intoapache:masterfrom
Conversation
|
+1 |
|
When this patch is applied, the arrow and esc keys does not work anymore. As a temporary solution, we can add some option for non-interactive mode for background job. How do you think? |
|
Nice catch hyunsik. I did't realize that problem. In my opinion many tajo query will be run as background mode, so background mode option is good to user. "bin/tsql -B -t test.sql &" |
|
I pushed new patch. I added "-B" option for running CLI as background. This is a temporal solution. If you find a better way this patch should be replaced. |
|
It needs rebase. Also, I have one suggestion. We have used lower case characters as options. Like |
|
There is no special reason. I thought that this mode is not a typical mode so I used 'B' instead of 'b'. |
|
+1 Ship it. |
Add zeppelin foreground script
No description provided.