You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2013/07/07 14:27:48 UTC

[jira] [Resolved] (TAJO-79) Refactor and Improve TajoCli

     [ https://issues.apache.org/jira/browse/TAJO-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyunsik Choi resolved TAJO-79.
------------------------------

    Resolution: Fixed

Thank you for your review. I've committed it and fixed it as resolved.
                
> Refactor and Improve TajoCli
> ----------------------------
>
>                 Key: TAJO-79
>                 URL: https://issues.apache.org/jira/browse/TAJO-79
>             Project: Tajo
>          Issue Type: Improvement
>          Components: cli
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.2-incubating
>
>         Attachments: TAJO-79_2.patch, TAJO-79.patch
>
>
> This patch improves TajoCli. This improvement is not backward compatible, but this improvement makes TajoCli  more intuitive and similar to PostgreSQL cli. So, I believe this gives users better experience. In addition, I've added some useful options.
> In detail, the patch does as follows:
>  * Refactor TajoCli to be based on command pattern
>  * multiple lines for one SQL statement are recorded as one history
>  * command prefix '/' is replaced by '\'.
>  * the command '/t' is replaced by '\d'.
>  ** '\d' lists tables or describes a table.
>  * jline version is updated to 2.11.
>  * add a help command '\?' to list all commands that can be used in TajoCli
>  * add a cli option '-c' for running a single SQL statement or command
>  * add a cli option '-f' for executing statements included in a text file
>  * add a script 'bin/tsql'

--
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