public class VersionInfo extends Object
Constructor and Description |
---|
VersionInfo() |
Modifier and Type | Method and Description |
---|---|
static String |
getBuildVersion()
Returns the buildVersion which includes version,
revision, user and date.
|
static String |
getDate()
The date that Hadoop was compiled.
|
static String |
getRevision()
Get the subversion revision number for the root directory
|
static String |
getUrl()
Get the subversion URL for the root Hadoop directory.
|
static String |
getUser()
The user that compiled Hadoop.
|
static String |
getVersion()
Get the Hadoop version.
|
static void |
main(String[] args) |
public static String getVersion()
public static String getRevision()
public static String getDate()
public static String getUser()
public static String getUrl()
public static String getBuildVersion()
public static void main(String[] args)
Copyright © 2010 The Apache Software Foundation