Re: Flink UI not responding on Yarn + Flink

2018-03-08 Thread Gary Yao
Hi Samar, Can you share the JobManager and TaskManager logs returned by: yarn logs -applicationId ? Is your browser rendering a blank page, or does the HTTP request not finish? Can you show the output of one of the following commands: curl -v http://host:port curl -v

Flink UI not responding on Yarn + Flink

2018-03-07 Thread samar kumar
Hi Users, I am currently trying to run flink with yarn. I have written a program which will launch flink jobs on yarn . It works perfectly fine with local yarn cluster . When I run it on a remote yarn cluster it does not work as expected. As I am reading and writing data from kafka , I do not see