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

(cherry picked from commit d9c1fab2ec)
This commit is contained in:
Zhihai Xu 2015-09-08 13:06:36 -07:00
parent 214338bd68
commit 113f778303
2 changed files with 4 additions and 1 deletions

View File

@ -603,6 +603,9 @@ Release 2.8.0 - UNRELEASED
HADOOP-10318. Incorrect reference to nodeFile in RumenToSLSConverter
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
INCOMPATIBLE CHANGES

View File

@ -86,7 +86,7 @@ public class VersionInfo {
}
protected String _getBuildVersion(){
return getVersion() +
return _getVersion() +
" from " + _getRevision() +
" by " + _getUser() +
" source checksum " + _getSrcChecksum();