Ferenc Csaky
Ferenc Csaky
## What is the purpose of the change Support fetching remote job JAR and additional artifacts (UDFs, formats, dependencies, etc.) in nativa Kubernetes and standalone application mode. The current change...
## What is the purpose of the change Makes it possible to upload `local://` artifacts in K8s Application Mode to remote DFS, so combined with `Artifact Fetching`, it is not...
1.19 backport of https://github.com/apache/flink/pull/24791.
## What is the purpose of the change With https://github.com/apache/flink/commit/e63aa12252843d0098a56f3091b28d48aff5b5af in Flink 1.19 an unintentional change were introduced, that now the `DefaultPackagedProgramRetriever` only loads JARs from the root level of...
## What is the purpose of the change Merge the functionality of "flink run" and "flink run-application" under the "run" command to make job deployment more consistent. Also deprecate "run-application"...
## What is the purpose of the change Provides a way to handle output stream based compaction in case the data stream is compressed. The problem is described well in...