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

[jira] [Created] (SQOOP-1521) Improve Sqoop version info output

Chunjun Xiao created SQOOP-1521:
-----------------------------------

             Summary: Improve Sqoop version info output
                 Key: SQOOP-1521
                 URL: https://issues.apache.org/jira/browse/SQOOP-1521
             Project: Sqoop
          Issue Type: Improvement
          Components: build
    Affects Versions: 1.4.4
            Reporter: Chunjun Xiao
            Priority: Minor


Current sqoop version info output is of the form shown below:
{code}
[root@svm7 ~] # sqoop version
Sqoop 1.4.4
git commit id 3171cb656a4e4c1b2c1e9c6a47abed7df5bbcc8d
Compiled by root on Sun Jul  6 04:38:08 PDT 2014
[root@svm7 ~] #
{code}

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




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