Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.7.1
-
Reviewed
Description
Currently, When we try to find the container logs for the finished application, it will re-direct to the url which we re-configured for yarn.log.server.url in yarn-site.xml. But in ContainerLogsPage, we are using meta-refresh:
set(TITLE, join("Redirecting to log server for ", $(CONTAINER_ID))); html.meta_http("refresh", "1; url=" + redirectUrl);
which is not good for some browsers which need to enable the meta-refresh in their security setting, especially for IE which meta-refresh is considered a security hole.
Attachments
Attachments
Issue Links
Activity
Kevin Risden
made changes -
Andrew Wang
made changes -
Fix Version/s | 3.0.0-alpha1 [ 12335735 ] |
Vinod Kumar Vavilapalli
made changes -
Labels | 2.7.2-candidate |
Jian He
made changes -
Fix Version/s | 2.8.0 [ 12329059 ] | |
Hadoop Flags | Reviewed [ 10343 ] | |
Resolution | Fixed [ 1 ] | |
Status | Patch Available [ 10002 ] | Resolved [ 5 ] |
Xuan Gong
made changes -
Attachment | YARN-3654.2.patch [ 12733729 ] |
Xuan Gong
made changes -
Status | Open [ 1 ] | Patch Available [ 10002 ] |
Xuan Gong
made changes -
Attachment | YARN-3654.1.patch [ 12733248 ] |
Vinod Kumar Vavilapalli
made changes -
Xuan Gong
created issue -