You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/05/18 10:35:00 UTC

[jira] [Updated] (FLINK-17796) Application mode should respect user specified classpath configuration

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

ASF GitHub Bot updated FLINK-17796:
-----------------------------------
    Labels: pull-request-available  (was: )

> 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
>            Reporter: 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)