You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Andrey Zagrebin (JIRA)" <ji...@apache.org> on 2018/11/30 09:10:00 UTC

[jira] [Updated] (FLINK-11034) Provide "rewriting config” to file system factory

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

Andrey Zagrebin updated FLINK-11034:
------------------------------------
    Fix Version/s: 1.8.0

> Provide "rewriting config” to file system factory 
> --------------------------------------------------
>
>                 Key: FLINK-11034
>                 URL: https://issues.apache.org/jira/browse/FLINK-11034
>             Project: Flink
>          Issue Type: Improvement
>          Components: FileSystem, filesystem-connector
>            Reporter: Wei-Che Wei
>            Priority: Major
>             Fix For: 1.8.0
>
>
> In the discussion in this mailing thread [http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/how-to-override-s3-key-config-in-flink-job-td24606.html], it showed that it is not able to overwrite config in file system factory when submit a flink job.
> That means we will share the same config for multiple jobs in a session cluster. Or user can't use different configuration for checkpointing and file sink. For example, user might have different s3 buckets for checkpointing and file sink, but each of the s3 bucket might have different s3 access key for some management concerns.
> We might need to provide a way to overwrite configuration when calling file system factory "get" method, and let those user facing components, like checkpointing or file sink, will be able to get overwriting config from user and create a file system with those changes in the new config.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)