HADOOP-12388. Fix components' version information in the web page About the Cluster. Contributed by Jun Gong.

This commit is contained in:
Zhihai Xu 2015-09-08 13:06:36 -07:00
parent 16b9037dc1
commit d9c1fab2ec
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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();