@InterfaceAudience.Private @InterfaceStability.Unstable public class HiveVersionInfo extends java.lang.Object
Constructor and Description |
---|
HiveVersionInfo() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getBranch()
Get the branch on which this originated.
|
static java.lang.String |
getBuildVersion()
Returns the buildVersion which includes version,
revision, user and date.
|
static java.lang.String |
getDate()
The date that Hive was compiled.
|
static java.lang.String |
getRevision()
Get the subversion revision number for the root directory
|
static java.lang.String |
getSrcChecksum()
Get the checksum of the source files from which Hive was
built.
|
static java.lang.String |
getUrl()
Get the subversion URL for the root Hive directory.
|
static java.lang.String |
getUser()
The user that compiled Hive.
|
static java.lang.String |
getVersion()
Get the Hive version.
|
static void |
main(java.lang.String[] args) |
public static java.lang.String getVersion()
public static java.lang.String getRevision()
public static java.lang.String getBranch()
public static java.lang.String getDate()
public static java.lang.String getUser()
public static java.lang.String getUrl()
public static java.lang.String getSrcChecksum()
public static java.lang.String getBuildVersion()
public static void main(java.lang.String[] args)
Copyright © 2012 The Apache Software Foundation