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:
Jason Lowe 2017-03-30 12:54:11 -05:00
parent 526499533e
commit a52b30f7e8
1 changed files with 1 additions and 1 deletions

View File

@ -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").