MAPREDUCE-3009. Fixed node link on JobHistory webapp. Contributed by hackaravarthy.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1297149 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Vinod Kumar Vavilapalli 2012-03-05 18:29:29 +00:00
parent 231e39462d
commit b73738d21e
2 changed files with 4 additions and 1 deletions

View File

@ -263,6 +263,9 @@ Release 0.23.2 - UNRELEASED
using capacity and not max-capacity since we are already scaling it by
userLimitFactor. (Eric Payne via acmurthy)
MAPREDUCE-3009. Fixed node link on JobHistory webapp. (chackaravarthy via
vinodkv)
Release 0.23.1 - 2012-02-17
INCOMPATIBLE CHANGES

View File

@ -142,7 +142,7 @@ protected void render(Block html) {
td.br().$title(String.valueOf(sortId))._(). // sorting
_(taid)._().td(ta.getState().toString()).td().a(".nodelink",
url("http://", nodeHttpAddr),
"http://"+ nodeHttpAddr,
nodeRackName + "/" + nodeHttpAddr);
td._(" ").a(".logslink",
url("logs", nodeIdString, containerIdString, taid, app.getJob()