@Retention(value=RUNTIME) @Target(value=PACKAGE) @InterfaceStability.Unstable public @interface HiveVersionAnnotation
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
branch
Get the branch from which this was compiled.
|
java.lang.String |
date
Get the date when Hive was compiled.
|
java.lang.String |
revision
Get the subversion revision.
|
java.lang.String |
srcChecksum
Get a checksum of the source files from which
Hive was compiled.
|
java.lang.String |
url
Get the url for the subversion repository.
|
java.lang.String |
user
Get the username that compiled Hive.
|
java.lang.String |
version
Get the Hive version
|
public abstract java.lang.String version
public abstract java.lang.String date
public abstract java.lang.String revision
Copyright © 2012 The Apache Software Foundation