|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.util.VersionInfo
public class VersionInfo
This class finds the package info for Hadoop and the HadoopVersionAnnotation information.
Constructor Summary | |
---|---|
VersionInfo()
|
Method Summary | |
---|---|
static java.lang.String |
getBuildVersion()
Returns the buildVersion which includes version, revision, user and date. |
static java.lang.String |
getDate()
The date that Hadoop was compiled. |
static java.lang.String |
getRevision()
Get the subversion revision number for the root directory |
static java.lang.String |
getUrl()
Get the subversion URL for the root Hadoop directory. |
static java.lang.String |
getUser()
The user that compiled Hadoop. |
static java.lang.String |
getVersion()
Get the Hadoop version. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VersionInfo()
Method Detail |
---|
public static java.lang.String getVersion()
public static java.lang.String getRevision()
public static java.lang.String getDate()
public static java.lang.String getUser()
public static java.lang.String getUrl()
public static java.lang.String getBuildVersion()
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |