Re: Web UI not working with createLocalEnvironmentWithWebUI()

2023-04-16 Thread Kiran Kumar Kathe
Problem is with dependencies in pom.xml file , adding required dependencies solved my problem. On Mon, 17 Apr 2023, 8:06 am Weihua Hu, wrote: > Hi, Mark > > Flink will load ui service automatically if the flink-runtime-web jars in > classpath. > > So, adding the dependency of flink-runtime-web i

Re: Web UI not working with createLocalEnvironmentWithWebUI()

2023-04-16 Thread Weihua Hu
Hi, Mark Flink will load ui service automatically if the flink-runtime-web jars in classpath. So, adding the dependency of flink-runtime-web is the right way. You need to reload the maven project after the pod.xml changed. And check whether the classpath includes flink-runtime-web classes or not.