|
@@ -170,7 +170,8 @@ public class VersionInfo {
|
|
|
public static void main(String[] args) {
|
|
|
LOG.debug("version: "+ getVersion());
|
|
|
System.out.println("Hadoop " + getVersion());
|
|
|
- System.out.println("Subversion " + getUrl() + " -r " + getRevision());
|
|
|
+ System.out.println("Source code repository " + getUrl() + " -r " +
|
|
|
+ getRevision());
|
|
|
System.out.println("Compiled by " + getUser() + " on " + getDate());
|
|
|
System.out.println("Compiled with protoc " + getProtocVersion());
|
|
|
System.out.println("From source with checksum " + getSrcChecksum());
|