You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2014/09/02 21:02:22 UTC

[jira] [Commented] (HADOOP-11041) VersionInfo output specifies subversion

    [ https://issues.apache.org/jira/browse/HADOOP-11041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14118548#comment-14118548 ] 

Allen Wittenauer commented on HADOOP-11041:
-------------------------------------------

+1 committing this to trunk.

Thanks!

> VersionInfo output specifies subversion
> ---------------------------------------
>
>                 Key: HADOOP-11041
>                 URL: https://issues.apache.org/jira/browse/HADOOP-11041
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: build
>            Reporter: Guo Ruijing
>            Assignee: Tsuyoshi OZAWA
>            Priority: Minor
>             Fix For: 3.0.0
>
>         Attachments: HADOOP-11041.1.patch
>
>
> In VersionInfo.java, It is assumed that code is managed by SVN as:
> System.out.println("Subversion " + getUrl() + " -r " + getRevision());
> It can be changed to:
> System.out.println("Source code repository: " + getUrl() + " -r " + getRevision());



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