Re: Web UI don't show up In Flink on Yarn (Flink 1.17)

2023-05-25 Thread Weihua Hu
Hi, yes i have tried ip directly.and no exception exists.but i found some info > like the picture shows Is there any response to the curl? How about enabling verbose logging for curl with the command "curl -v xxx" Best, Weihua On Thu, May 25, 2023 at 8:15 PM tan yao wrote: > and this info c

Kryo Serialization fails with NPE

2023-05-25 Thread Prabhu Joseph
Hi, Need some pointers in fixing an issue with Kryo Serialization failing with NPE. Based on the stack trace, kryo fails to find the registered class for the given input type. Kryo fails to find the class type *FlinkA$FlinkB$$Lambda$2568/0x7ee2fbec64b0* This is how the actual code looks like.

Seeking advice on Looking up data - FileSystem connector / Kafka topic

2023-05-25 Thread Neha Rawat
Hello, I have a usecase where I use flink to execute sql query on data that's flowing in from a kafka topic. The output of this query is written to another kafka topic. The query that I want to execute is supposed to do a lookup on a small csv file (from which entries can be deleted/updated a

Re: Kafka Quotas & Consumer Group Client ID (Flink 1.15)

2023-05-25 Thread Hatem Mostafa
Hello Mason, I created that PR for a suggestion on how to address the issue so that it would enable us to set client id. Happy to do any modifications to get this merged for the future. On Thu, May 25, 2023 at 12:55 AM Mason Chen wrote: > Hi H

Re: Web UI don't show up In Flink on Yarn (Flink 1.17)

2023-05-25 Thread tan yao
and this info came from yarn resoucemanager 获取 Outlook for iOS 发件人: tan yao 发送时间: Thursday, May 25, 2023 8:14:45 PM 收件人: Weihua Hu 抄送: user 主题: Re: Web UI don't show up In Flink on Yarn (Flink 1.17) yes i have tried ip directly.and no exc

Re: Web UI don't show up In Flink on Yarn (Flink 1.17)

2023-05-25 Thread Weihua Hu
Hi, Are there any reported exceptions? Did you try using curl to query the rest API, such as "curl http://{ip:port}/overview"; Best, Weihua On Thu, May 25, 2023 at 8:49 AM tan yao wrote: > Hi all, > I find a strange thing with flink 1.17 deployed on yarn (CDH 6.x), flink > web ui can not show