Hi Mahmoud,
For the third quest, currently flink uses Fine-Grained Resource Management
to choose a TM for tasks, you can refer to the doc [1] for more information.
[1]
https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/finegrained_resource/
Best,
Shammon FY
On Thu, Jun 29, 2
Hi Mahmoud,
While it's not an answer to your questions, I do want to point out
that the DataSet API is deprecated and will be removed in a future
version of Flink. I would recommend moving to either the Table API or
the DataStream API.
Best regards,
Martijn
On Thu, Jun 22, 2023 at 6:14 PM Mahmo
Hello everyone,
I am trying to understand the mechanism by which Flink distributed the data and
the tasks among the nodes/task managers in the cluster, assuming all TMs have
equal resources. I am using the DataSet API on my own machine.
I will try to address the issue with the following question