[
https://issues.apache.org/jira/browse/FLINK-17796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kostas Kloudas updated FLINK-17796:
-----------------------------------
Affects Version/s: 1.11.0
> Application mode should respect user specified classpath configuration
> ----------------------------------------------------------------------
>
> Key: FLINK-17796
> URL: https://issues.apache.org/jira/browse/FLINK-17796
> Project: Flink
> Issue Type: Sub-task
> Affects Versions: 1.11.0
> Reporter: Yang Wang
> Assignee: Yang Wang
> Priority: Major
> Labels: pull-request-available
>
> 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:java}
> // 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
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)