Java org.apache.hadoop.util VersionInfo fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.util VersionInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.util VersionInfo.

The text is from its open source code.

Method

StringgetBranch()
Get the branch on which this originated.
StringgetBuildVersion()
Returns the buildVersion which includes version, revision, user and date.
StringgetDate()
The date that Hadoop was compiled.
StringgetRevision()
Get the Git commit hash of the repository when compiled.
StringgetSrcChecksum()
Get the checksum of the source files from which Hadoop was built.
StringgetUrl()
Get the URL for the Hadoop repository.
StringgetUser()
The user that compiled Hadoop.
StringgetVersion()
Get the Hadoop version.