Chunjun Xiao created PIG-4172:
---------------------------------
Summary: Improve Pig version info output
Key: PIG-4172
URL: https://issues.apache.org/jira/browse/PIG-4172
Project: Pig
Issue Type: Improvement
Components: build
Affects Versions: 0.12.0
Reporter: Chunjun Xiao
Priority: Minor
Current pig version info output is of the form shown below:
{code}
[root@svm5 ~] # pig version
2014-09-16 02:32:37,520 [main] INFO org.apache.pig.Main - Apache Pig version
0.12.1 (r: 85b73631382a341432242026cb9ad3c4e225fdfd) compiled Jul 06 2014,
04:53:13
{code}
Can we change it to follow the convention of Hadoop/HBase, as:
{code}
[root@svm5 ~] # pig version
Pig 0.12.1
Source code repository: ssh://git@XXX/pig.git
git commit id 85b73631382a341432242026cb9ad3c4e225fdfd
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)