Re: Kubernetes Operator resource limits and requests

2023-02-08 Thread Máté Czagány
Hi, The values you referenced are for the request fields, for the limit fields you can use these configuration values: - kubernetes.jobmanager.cpu.limit-factor - kubernetes.jobmanager.memory.limit-factor - kubernetes.taskmanager.cpu.limit-factor - kubernetes.taskmanager.memory.limit-factor Please

Re: Flink application mode/S3A Exception after upgrading from to Flink 1.16.0

2023-01-27 Thread Máté Czagány
Hi Leon, It seems to me like S3 cannot be used as YARN resource storage starting with Hadoop 3.3.2 In HADOOP-17139 S3AFileSystem#copyFromLocalFile was refactored and expects the local source Hadoop Path object to have a scheme specified which the YarnClusterDescriptor uploading the local files wo