Got it, thank you very much for the reply.
So far we can not avoid using ClusterSpecification because
clusterDescriptor.deployJobCluster(clusterSpecification, jobGraph... )
depends on it.
Best Regards,
Vitaliy
On Tue, Mar 24, 2020 at 5:24 AM Xintong Song wrote:
> Hi Vitality,
>
> After FLIP-49
Hi Vitality,
After FLIP-49, ClusterSpecification.taskManagerMemoryMB is no longer
necessary. It can be completely replaced by
`taskmanager.memory.process.size`. It is kept merely for legacy reasons.
I'm actually thinking about removing ClusterSpecification, maybe after
finishing FLIP-116 [1], whi