MCPcopy Create free account
hub / github.com/apache/pig / getVersionString

Method getVersionString

src/org/apache/pig/Main.java:895–897  ·  view source on GitHub ↗

Returns a version string formatted similarly to that of svn. Apache Pig version 0.11.0-SNAPSHOT (r1202387) compiled Nov 15 2011, 15:22:09

()

Source from the content-addressed store, hash-verified

893 * </pre>
894 */
895 public static String getVersionString() {
896 return "Apache Pig version " + version + " (r" + svnRevision + ") \ncompiled "+buildTime;
897 }
898
899 /**
900 * Print usage string.

Callers 2

runMethod · 0.95
usageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected