Package org.apache.hadoop.yarn.util
Class YarnVersionInfo
java.lang.Object
org.apache.hadoop.util.VersionInfo
org.apache.hadoop.yarn.util.YarnVersionInfo
@Private
@Unstable
public class YarnVersionInfo
extends org.apache.hadoop.util.VersionInfo
This class finds the package info for Yarn.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringGet the branch on which this originated.static StringReturns the buildVersion which includes version, revision, user and date.static StringgetDate()The date that YARN was compiled.static StringGet the subversion revision number for the root directorystatic StringGet the checksum of the source files from which YARN was built.static StringgetUrl()Get the subversion URL for the root YARN directory.static StringgetUser()The user that compiled Yarn.static StringGet the YARN version.static voidMethods inherited from class org.apache.hadoop.util.VersionInfo
_getBranch, _getBuildVersion, _getCompilePlatform, _getDate, _getProtocVersion, _getRevision, _getSrcChecksum, _getUrl, _getUser, _getVersion, getCompilePlatform, getProtocVersion
-
Constructor Details
-
YarnVersionInfo
protected YarnVersionInfo()
-
-
Method Details
-
getVersion
Get the YARN version.- Returns:
- the YARN version string, eg. "0.6.3-dev"
-
getRevision
Get the subversion revision number for the root directory- Returns:
- the revision number, eg. "451451"
-
getBranch
Get the branch on which this originated.- Returns:
- The branch name, e.g. "trunk" or "branches/branch-0.20"
-
getDate
The date that YARN was compiled.- Returns:
- the compilation date in unix date format
-
getUser
The user that compiled Yarn.- Returns:
- the username of the user
-
getUrl
Get the subversion URL for the root YARN directory.- Returns:
- URL for the root YARN directory.
-
getSrcChecksum
Get the checksum of the source files from which YARN was built.- Returns:
- srcChecksum.
-
getBuildVersion
Returns the buildVersion which includes version, revision, user and date.- Returns:
- buildVersion.
-
main
-