MAPREDUCE-6836. exception thrown when accessing the job configuration web UI. Contributed by Haibo Chen
(cherry picked from commit c9b7ce9273
)
This commit is contained in:
parent
526499533e
commit
a52b30f7e8
|
@ -70,7 +70,7 @@ public class ConfBlock extends HtmlBlock {
|
|||
try {
|
||||
ConfInfo info = new ConfInfo(job);
|
||||
|
||||
html.div().a("/jobhistory/downloadconf/" + jid, confPath.toString());
|
||||
html.div().a("/jobhistory/downloadconf/" + jid, confPath.toString())._();
|
||||
TBODY<TABLE<Hamlet>> tbody = html.
|
||||
// Tasks table
|
||||
table("#conf").
|
||||
|
|
Loading…
Reference in New Issue