Hi, I checked the log file there is no error. And I checked the pods internal ports by using rest api.
# curl <pod-Ip>: 4081 {"errors":["Not found."]} 4081 is the Ui port # curl <pod-Ip>:4081/config {"refresh-interval":3000,"timezone-name":"Coordinated Universal Time","timezone-offset":0,"flink-version":"<unknown>","flink-revision":"ceba8af @ 11.02.2019 @ 22:17:09 CST"} # curl <pod-Ip>:4081/jobs {"jobs":[{"id":"___job_Id_____","status":"RUNNING"}]} Which shows the state of the job as running. What else can we do ? Best regards, Jatin On Thu, Nov 28, 2019 at 1:28 PM vino yang <yanghua1...@gmail.com> wrote: > Hi Jatin, > > Flink web UI does not depend on any deployment mode. > > You should check if there are error logs in the log file and the job > status is running state. > > Best, > Vino > > Jatin Banger <bangerjatinrm...@gmail.com> 于2019年11月28日周四 下午3:43写道: > >> Hi, >> >> It seems there is Web Ui for Flink Session cluster, But for Flink Job >> Cluster it is Showing >> >> {"errors":["Not found."]} >> >> Is it the expected behavior for Flink Job Cluster Mode ? >> >> Best Regards, >> Jatin >> >