[
https://issues.apache.org/jira/browse/SQOOP-1521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chunjun Xiao updated SQOOP-1521:
--------------------------------
Description:
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 -r
3171cb656a4e4c1b2c1e9c6a47abed7df5bbcc8d
Compiled by root on Sun Jul 6 04:38:08 PDT 2014
>From source with checksum XXX
[root@svm7 ~] #
{code}
was:
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}
> 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 -r
> 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)