Details
-
Sub-task
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.11.0
Description
Currently, when we deploy a Flink application cluster(e.g. Yarn, K8s), C/-classpath could not work properly. Since we override the PipelineOptions.CLASSPATHS in YarnApplicationClusterEntrypoint and KubernetesApplicationClusterEntrypoint . Then client updated configuration will not take effect.
// code placeholder ./bin/flink run-application -p 5 -t yarn-application\ --classpath file:///flink/shared/dependency.jar ... \ -Dtaskmanager.memory.process.size=4096m \ examples/streaming/StateMachineExample.jar
Attachments
Issue Links
- links to