Member since
11-25-2016
4
Posts
1
Kudos Received
0
Solutions
07-04-2017
07:18 AM
For the first case, if it is a running job, the error is likely because the "host=<node-manager>" query parameter is missing from the URL. The rewrite rule that gets applied is this: 2017-06-27 05:10:28,138 DEBUG hadoop.gateway (UrlRewriteProcessor.java:rewrite(164)) - Rewrote URL: /node/containerlogs/container_e01_1498485266952_0006_01_000001/hiyer qa3july/stderr/?start=-4096, direction: OUT via implicit rule: YARNUI/yarn/outbound/node to URL: https://host:8443/gateway/sandbox/yarn/node/containerlogs/container_e01_1498485266952_0006_01_000001/user/stderr
The correct URL should have a "?host=<nodemanager>" at the end. Unfortunately I've not figured out a way to work around this yet 😞
... View more
07-04-2017
07:02 AM
I'm hitting the same problem as well. If you look at the browser console, you would notice that we're getting a 404 Not Found for all the JS and CSS files on the page. Funnily enough, if you directly put in the path to the CSS/JS file, viz https://host:8443/gateway/sandbox/sparkhistory/static/bootstrap.min.css it loads fine. However when accessed on the history server page it's not found.
... View more
11-25-2016
11:23 AM
There is a small error in the conversion pattern - the n at the end is missing. It should be log4j.appender.ZIPRFA.layout.ConversionPattern=%d{ISO8601} %p %c: %m%n
... View more