[jira] [Created] (FLINK-27088) The example of using StringDeserializer for deserializing Kafka message value as string has an error

2022-04-06 Thread Penguin (Jira)
Penguin created FLINK-27088: --- Summary: The example of using StringDeserializer for deserializing Kafka message value as string has an error Key: FLINK-27088 URL: https://issues.apache.org/jira/browse/FLINK-27088

Re:Re: Re: Idea import Flink source code

2021-01-13 Thread penguin.
Hi, I click the reply button every time... Does this mean that only the replied person can see the email? If Maven fails to download plugins or dependencies, is mvn -clean install -DskipTests a must? I'll try first. penguin 在 2021-01-13 16:35:10,"Matthias Pohl&qu

Idea import Flink source code

2021-01-12 Thread penguin.
Hello, When importing the Flink source code into idea, the following error occurred. And several mirrors were configured in the setting file of maven, which did not solve the problem

7UUNA`SE$DZI74Y)S)T)GZB

2021-01-12 Thread penguin.
Hello, When importing the Flink source code into idea, the following error occurred. And several mirrors were configured in the setting file of maven, which did not solve the problem

Compiling flink-runtime module of Flink

2021-01-12 Thread penguin.
Hi, Does anyone know how to compile the Flink runtime module separately ? Is it possible to replace the directory(org.apache.flink.runtime) in the flink-dist.jar with the changed part I changed? It's too slow to compile all at once. thank you! penguin

Re:Re: Re: Task scheduling of Flink

2021-01-11 Thread penguin.
lly in the absence of comments. It would be a great pleasure if more people come to study and discuss this topic. Best, Penguin At 2021-01-08 06:58:54, "Lasantha Fernando" wrote: >Hi Penguin, > >Jumping into this conversation since I worked on the same code base

Re:Re: Task scheduling of Flink

2021-01-06 Thread penguin.
efaultScheduler#allocateSlotsAndDeploy . (The version of Flink I use is Flink-1.11.1) I'm going to try to see the following code first, but the code annotation seem to be very few.I feel very difficult for my goal and I hope I can get your help later. Sincerely, Penguin At

Task scheduling of Flink

2021-01-05 Thread penguin.
Hello! Do you know how to modify the task scheduling method of Flink?