MAPREDUCE-7442. Exception message is not intusive when accessing the job configuration web UI (#5848)

This commit is contained in:
yu liang 2023-07-24 21:40:36 +08:00 committed by GitHub
parent 9cfe9ccd26
commit caf1816e0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).__();
}
}
}