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
()
| 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. |