|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=PACKAGE) public @interface HadoopVersionAnnotation
A package attribute that captures the version of Hadoop that was compiled.
Required Element Summary | |
---|---|
String |
date
Get the date when Hadoop was compiled. |
String |
revision
Get the subversion revision. |
String |
srcChecksum
Get a checksum of the source files from which Hadoop was compiled. |
String |
url
Get the url for the subversion repository. |
String |
user
Get the username that compiled Hadoop. |
String |
version
Get the Hadoop version |
Element Detail |
---|
public abstract String version
public abstract String user
public abstract String date
public abstract String url
public abstract String revision
public abstract String srcChecksum
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |