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

[jira] [Created] (PIG-4172) Improve Pig version info output

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)