Hi, Steven
Regarding the term "active" in ActiveResourceManager, it signifies that it
is responsible for actively creating and managing TaskManager instances
based on requirements. It dynamically adjusts resources in the cluster,
starting new TaskManager instances when needed.
On the other hand,
Hi Steven,
As stated in the `StandaloneResourceManager` comments, the manager does not
acquire new resources and the user needs to manually start the Taskmanager
by themself.
While `ActiveResourceManager` achieves requesting or releasing resources on
demand(that's what active means) based on some
Dear Flink Community,
I am currently using Flink for my project and have a question regarding
ActiveResourceManager and StandaloneResourceManager.
What does "active" mean in ActiveResourceManager and why is
StandaloneResourceManager not considered an active resource manager?
Thank you fo