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:
parent
231e39462d
commit
b73738d21e
|
@ -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
|
||||
|
|
|
@ -142,7 +142,7 @@ public class HsTaskPage extends HsView {
|
|||
|
||||
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()
|
||||
|
|
Loading…
Reference in New Issue