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:
parent
214338bd68
commit
113f778303
|
@ -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
|
||||
|
|
|
@ -86,7 +86,7 @@ public class VersionInfo {
|
|||
}
|
||||
|
||||
protected String _getBuildVersion(){
|
||||
return getVersion() +
|
||||
return _getVersion() +
|
||||
" from " + _getRevision() +
|
||||
" by " + _getUser() +
|
||||
" source checksum " + _getSrcChecksum();
|
||||
|
|
Loading…
Reference in New Issue