You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Yang Wang (Jira)" <ji...@apache.org> on 2022/03/29 05:47:00 UTC

[jira] [Commented] (FLINK-26897) Provide an additional way to add dependency files to k8s

    [ https://issues.apache.org/jira/browse/FLINK-26897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17513818#comment-17513818 ] 

Yang Wang commented on FLINK-26897:
-----------------------------------

I do not think this is a concrete requirement. If you do not want to bundle the user jars and dependencies into the image, you could use pod template to download from remote storage(e.g. http, S3, HDFS, etc.).

> Provide an additional way to add dependency files to k8s
> --------------------------------------------------------
>
>                 Key: FLINK-26897
>                 URL: https://issues.apache.org/jira/browse/FLINK-26897
>             Project: Flink
>          Issue Type: New Feature
>          Components: Deployment / Kubernetes
>            Reporter: liuzhuo
>            Priority: Minor
>
> In the yarn environment, we can submit the dependency files of the task through the parameter of 'yarn.ship-files', but in two modes of k8s:
> 1.Application mode: dependencies must be put into the image, resulting in different images for each different task
> 2.Session mode: No relevant parameters have been found to add dependent files
> Do we need to provide a way to add some dependencies of the task itself when the job is submitted in session mode?



--
This message was sent by Atlassian Jira
(v8.20.1#820001)