MAPREDUCE-7442. Exception message is not intusive when accessing the job configuration web UI (#5848)
This commit is contained in:
parent
9cfe9ccd26
commit
caf1816e0e
@ -113,7 +113,7 @@ public class ConfBlock extends HtmlBlock {
|
||||
__();
|
||||
} catch(IOException e) {
|
||||
LOG.error("Error while reading "+confPath, e);
|
||||
html.p().__("Sorry got an error while reading conf file. ", confPath);
|
||||
html.p().__("Sorry got an error while reading conf file. ", confPath).__();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user