[ 
https://issues.apache.org/jira/browse/FLINK-17796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kostas Kloudas updated FLINK-17796:
-----------------------------------
    Priority: Critical  (was: Major)

> 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
>          Components: Client / Job Submission
>    Affects Versions: 1.11.0
>            Reporter: Yang Wang
>            Assignee: Yang Wang
>            Priority: Critical
>              Labels: pull-request-available
>             Fix For: 1.11.0
>
>
> 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)

Reply via email to