Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.2.0, 1.3.0
-
None
-
None
Description
The executor logs (stdout/stderr) links from the Yarn UI Service all directly points to the slaves nodes.
Eg. the link:
http://emr-slave-hostname:8042/node/containerlogs/container_1547901130703_0034_01_000001/hadoop/stdout?start=-4096
Should have been instead:
https://knox/gateway/cluster/yarn/nodemanager/node/containerlogs/container_1547901130703_0034_01_000001/hadoop?scheme=http&host=emr-slave-hostname&port=8042
And finally respect pattern:
https://knox/gateway/emr/yarn/nodemanager/node/containerlogs/{your container id}/hadoop?scheme=http&host={executor host}&port=8042
I guess adding some voodoo in the Knox yarnui's rewrite.xml file might be enough to fix this.
Attachments
Attachments
Issue Links
- relates to
-
KNOX-2647 [Spark History UI Service] Executor logs (stdout/stderr) links are broken with JobHostory Service
- Resolved
- links to