MAPREDUCE-6836. exception thrown when accessing the job configuration web UI. Contributed by Haibo Chen
This commit is contained in:
parent
7297e82cb4
commit
c9b7ce9273
|
@ -70,7 +70,7 @@ public class ConfBlock extends HtmlBlock {
|
||||||
try {
|
try {
|
||||||
ConfInfo info = new ConfInfo(job);
|
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.
|
TBODY<TABLE<Hamlet>> tbody = html.
|
||||||
// Tasks table
|
// Tasks table
|
||||||
table("#conf").
|
table("#conf").
|
||||||
|
|
Loading…
Reference in New Issue