[
https://issues.apache.org/jira/browse/HADOOP-11041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Allen Wittenauer updated HADOOP-11041:
--------------------------------------
Release Note: This changes the output of the 'hadoop version' command to
generically say 'Source code repository' rather than specify which type of repo.
Hadoop Flags: Incompatible change
This impacts the output of the 'hadoop version', etc command, which is very
likely parsed by other stuff. So I don't think this is safe to change in
branch-2.
> Subversion can be Source code repository
> ----------------------------------------
>
> 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
> 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)