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.

Re: 退订

2023-04-16 Thread Hang Ruan
退订请发送任意邮件到 user-unsubscr...@flink.apache.org,可以参考 https://flink.apache.org/community.html#how-to-subscribe-to-a-mailing-list Best, Hang 于2023年4月15日周六 11:57写道: > 退订 > > > > > -- > > 发自新浪邮箱客户端 >

Re: Standalone cluster configuration to connect to Kafka

2023-04-16 Thread Shammon FY
Hi It seems your job did not connect the kafka correctly or the network between your cluster and kafka is unreachable. I think you can get detailed information from log or check the network Best, Shammon FY On Sat, Apr 15, 2023 at 3:37 AM Lampros Makrodimitris wrote: > Hi community, > > I am

Web UI not working with createLocalEnvironmentWithWebUI()

2023-04-16 Thread Mark Petronic
I am learning Flink for a new project. I am trying to understand the development/debug environment to help me step through my code to better learn Flink. I am using the Intellij community edition for my IDE and Flink 1.17.0. I am using this simple Flink app to demonstrate my issue. //

Re: [Discussion] - Take findify/flink-scala-api under Flink umbrella

2023-04-16 Thread David Morávek
cc dev@f.a.o On Sun, Apr 16, 2023 at 11:42 AM David Morávek wrote: > Hi Alexey, > > I'm a bit skeptical because, looking at the project, I see a couple of red > flags: > > - The project is inactive. The last release and commit are both from the > last May. > - The project has not been adapted fo

Re: [Discussion] - Take findify/flink-scala-api under Flink umbrella

2023-04-16 Thread David Morávek
Hi Alexey, I'm a bit skeptical because, looking at the project, I see a couple of red flags: - The project is inactive. The last release and commit are both from the last May. - The project has not been adapted for the last two Flink versions, which signals a lack of users. - All commits are by a

Re: [Discussion] - Take findify/flink-scala-api under Flink umbrella

2023-04-16 Thread guenterh.lists
Hello Alexey Thank you for your initiative and your suggestion! I can only fully support the following statements in your email: >Taking into account my Scala experience for the last 8 years, I predict these wrappers will eventually be abandoned, unless such a Scala library is a part of some