Hi, I am trying to run a flink job on yarn. When I submit the job with following command bin/flink run -m yarn-cluster -yn 2 -c ${className} ${jarName} I cannot access the WebUI, it seems to run correctly, but I can't access the UI. I get 500 response code. When I run yarn-session, the WebUI is accessible and when I attach the same job to the running session everything is fine (the UI is still accessible) and the job runs correctly. Any ideas what may be the problem? |
I had a look into yarn logs and I found such exception: 2017-06-09 17:10:20,922 ERROR org.apache.flink.runtime.webmonitor.files.StaticFileServerHandler - Caught exception Any idea how to tackle it? 2017-06-09 16:17 GMT+02:00 Dawid Wysakowicz <[hidden email]>:
|
This looks like a dependency conflict
to me. Try checking whether anything you use depends on netty.
On 09.06.2017 17:42, Dawid Wysakowicz wrote:
|
Thx, for suggestion. I've already resolved it. It was indeed, netty included with flink-connector-elasticsearch5. 11.06.2017 7:09 PM "Chesnay Schepler" <[hidden email]> napisał(a):
|
Free forum by Nabble | Edit this page |