Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Incompatible change
-
This changes the output of the 'hadoop version' command to generically say 'Source code repository' rather than specify which type of repo.
Description
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());