You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/01/05 04:19:39 UTC

[jira] [Commented] (TAJO-2033) Printing out query status with progress bar in TSQL

    [ https://issues.apache.org/jira/browse/TAJO-2033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15082302#comment-15082302 ] 

ASF GitHub Bot commented on TAJO-2033:
--------------------------------------

GitHub user dkhwangbo opened a pull request:

    https://github.com/apache/tajo/pull/924

    TAJO-2033: Printing out query status with progress bar in TSQL

    Currently, TSQL print out query running progress and query running time line-by-line. To improve this UI, I adopt simple progress bar.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dkhwangbo/tajo TAJO-2033

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/924.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 #924
    
----
commit e6681b5d575810e4860a2d3accbb28eec725fe07
Author: Dongkyu Hwangbo <hw...@gmail.com>
Date:   2015-12-17T09:03:16Z

    Add ConsolePrinter

commit cdf6d706f45a8bf41613cf52a5b5db70f1ed0b25
Author: Dongkyu Hwangbo <hw...@gmail.com>
Date:   2015-12-17T09:04:58Z

    Add several function using ConsolePrinter

commit c5cceb0c382a99da0eabd4eca239649c866d05e7
Author: Dongkyu Hwangbo <hw...@gmail.com>
Date:   2016-01-04T07:30:39Z

    adopt progressbar

commit 1eeeb5f7085514b7f47c5fe83bdfd92d2ff98325
Author: Dongkyu Hwangbo <hw...@gmail.com>
Date:   2016-01-04T07:36:18Z

    remove unused method

commit 2e93d575fb4d2c2f16279dc2b63f2e238ee6f449
Author: Dongkyu Hwangbo <hw...@gmail.com>
Date:   2016-01-05T02:07:01Z

    remove unnecessarily written

commit 2ee4bac481def1d1d2710e5fba0cff720b0b5141
Author: Dongkyu Hwangbo <hw...@gmail.com>
Date:   2016-01-05T02:41:07Z

    remove ConsolePrinter

commit afa534c9a5b47024285aed74310d314f656cf2a8
Author: Dongkyu Hwangbo <hw...@gmail.com>
Date:   2016-01-05T03:16:25Z

    make code lighten

----


> Printing out query status with progress bar in TSQL
> ---------------------------------------------------
>
>                 Key: TAJO-2033
>                 URL: https://issues.apache.org/jira/browse/TAJO-2033
>             Project: Tajo
>          Issue Type: Improvement
>            Reporter: Dongkyu Hwangbo
>            Assignee: Dongkyu Hwangbo
>            Priority: Minor
>              Labels: cli
>
> Currently, TSQL print out query running progress and query running time line-by-line. To improve this UI, I adopt simple progress bar.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)