HADOOP-12388. Fix components' version information in the web page About the Cluster. Contributed by Jun Gong.
This commit is contained in:
parent
16b9037dc1
commit
d9c1fab2ec
@ -1100,6 +1100,9 @@ Release 2.8.0 - UNRELEASED
|
|||||||
HADOOP-10318. Incorrect reference to nodeFile in RumenToSLSConverter
|
HADOOP-10318. Incorrect reference to nodeFile in RumenToSLSConverter
|
||||||
error message. (Wei Yan via ozawa)
|
error message. (Wei Yan via ozawa)
|
||||||
|
|
||||||
|
HADOOP-12388. Fix components' version information in the web page
|
||||||
|
'About the Cluster'. (Jun Gong via zxu)
|
||||||
|
|
||||||
Release 2.7.2 - UNRELEASED
|
Release 2.7.2 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -86,7 +86,7 @@ protected String _getSrcChecksum() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected String _getBuildVersion(){
|
protected String _getBuildVersion(){
|
||||||
return getVersion() +
|
return _getVersion() +
|
||||||
" from " + _getRevision() +
|
" from " + _getRevision() +
|
||||||
" by " + _getUser() +
|
" by " + _getUser() +
|
||||||
" source checksum " + _getSrcChecksum();
|
" source checksum " + _getSrcChecksum();
|
||||||
|
Loading…
Reference in New Issue
Block a user