You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Chunjun Xiao (JIRA)" <ji...@apache.org> on 2014/09/16 09:00:42 UTC

[jira] [Updated] (OOZIE-2004) Improve Oozie version info output

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

Chunjun Xiao updated OOZIE-2004:
--------------------------------
    Description: 
Current oozie version info output is quite simple:
{code}
[root@svm5 ~] # oozie version
Oozie client build version: 4.0.1
[root@svm5 ~] #
{code}

Can we improve it to follow the convention of  Hadoop/HBase, as:
{code}
[root@svm5 ~] # oozie version
Oozie 4.0.1
Source code repository: ssh://git@XXX/oozie.git -r 3171cb656a4e4c1b2c1e9c6a47abed7df5bbcc8d
Compiled by root on Sun Jul  6 04:38:08 PDT 2014
>From source with checksum XXX
[root@svm5 ~] #
{code}

  was:
Current oozie version info output is quite simple:
{code}
[root@svm5 ~] # oozie version
Oozie client build version: 4.0.1
[root@svm5 ~] #
{code}

Can we improve it to follow the convention of  Hadoop/HBase, as:
{code}
[root@svm5 ~] # oozie version
Oozie 4.0.1
Source code repository: ssh://git@XXX/oozie.git
git commit id 3171cb656a4e4c1b2c1e9c6a47abed7df5bbcc8d
Compiled by root on Sun Jul  6 04:38:08 PDT 2014
>From source with checksum XXX
[root@svm5 ~] #
{code}


> Improve Oozie version info output
> ---------------------------------
>
>                 Key: OOZIE-2004
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2004
>             Project: Oozie
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 4.0.1
>            Reporter: Chunjun Xiao
>            Priority: Minor
>
> Current oozie version info output is quite simple:
> {code}
> [root@svm5 ~] # oozie version
> Oozie client build version: 4.0.1
> [root@svm5 ~] #
> {code}
> Can we improve it to follow the convention of  Hadoop/HBase, as:
> {code}
> [root@svm5 ~] # oozie version
> Oozie 4.0.1
> Source code repository: ssh://git@XXX/oozie.git -r 3171cb656a4e4c1b2c1e9c6a47abed7df5bbcc8d
> Compiled by root on Sun Jul  6 04:38:08 PDT 2014
> From source with checksum XXX
> [root@svm5 ~] #
> {code}



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