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 2014/10/30 03:30:34 UTC

[jira] [Commented] (TAJO-1133) Add 'bin/tajo version' command

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

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

GitHub user ykrips opened a pull request:

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

    TAJO-1133: Add 'bin/tajo version' command

    It will print out like this.
    ```
    Tajo 0.9.1-SNAPSHOT
    Git https://github.com/ykrips/tajo -r f728413fe36918a9b5e2381af951c05361900099
    Compiled by ykrips on 2014-10-30T01:29Z
    Compiled with protoc 2.5.0
    From source with checksum fa37715d8a9ac5b225f7f1a481d5f12
    This command was run using /opt/tajo-0.9.1/tajo-common-0.9.1-SNAPSHOT.jar
    ```

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

    $ git pull https://github.com/ykrips/tajo TAJO-1133

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

    https://github.com/apache/tajo/pull/219.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 #219
    
----
commit eeaf8d2a7ab863b028a2463d9ba7f99a2dce0bbc
Author: Jihun Kang <yk...@gmail.com>
Date:   2014-10-30T02:19:38Z

    add version command on tajo shell script

----


> Add 'bin/tajo version' command
> ------------------------------
>
>                 Key: TAJO-1133
>                 URL: https://issues.apache.org/jira/browse/TAJO-1133
>             Project: Tajo
>          Issue Type: Improvement
>            Reporter: Hyunsik Choi
>            Assignee: Jihun Kang
>            Priority: Minor
>              Labels: newbie
>
> I propose inline version display command as:
> {noformat}
> bin/tajo version.
> {noformat}
> Actually, we can do the same thing through {{\version}} command in tsql. But, currently it requires a running Tajo cluster. This inline tool is also easier to be used by a shell script.
> Also, we should print out the version information proposed in TAJO-1132.



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