Re: Setting job/task manager memory management in kubernetes

2020-08-26 Thread Alexey Trenikhun
Hello, What version of Flink do you use? If you use 1.10+ please check [1] (different properties names) [1] - https://ci.apache.org/projects/flink/flink-docs-stable/ops/memory/mem_setup.html Thanks, Alexey From: Sakshi Bansal Sent: Monday, August 24, 2020 3:30

Re: Setting job/task manager memory management in kubernetes

2020-08-24 Thread Yangze Guo
Hi, You need to define them in "flink-configuration-configmap.yaml". Please also make sure you've created the config map by executing "kubectl create -f flink-configuration-configmap.yaml". [1] https://ci.apache.org/projects/flink/flink-docs-release-1.9/ops/deployment/kubernetes.html Best, Yang

Re: Setting job/task manager memory management in kubernetes

2020-08-24 Thread Yangze Guo
Hi, Sakshi Could you provide more information about: - What is the Flink version you are using? "taskmanager.heap.size" is deprecated since 1.10[1]. - How do you deploy the cluster? In the approach of native k8s[2] or the standalone k8s[3]? [1] https://ci.apache.org/projects/flink/flink-docs-rel