[
https://issues.apache.org/jira/browse/FLINK-8620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16411452#comment-16411452
]
ASF GitHub Bot commented on FLINK-8620:
---------------------------------------
Github user dawidwys commented on the issue:
https://github.com/apache/flink/pull/5580
Thanks @zentol for a review.
You are right not supporting it in old cluster mode would be a regression.
As I've first discussed it, there were some doubts if it could work in old mode
(some hypothetical problems with blobs timeouting during submission).
Therefore I started with the RestClusterClient, but as I've had a look today, I
saw no problem with doing it also for old cluster mode.
I've also reverted the cleanup process for `FileCache`.
Please have a look at the updated PR, if you have time. I will also rebase
it shortly.
> Enable shipping custom artifacts to BlobStore and accessing them through
> DistributedCache
> -----------------------------------------------------------------------------------------
>
> Key: FLINK-8620
> URL: https://issues.apache.org/jira/browse/FLINK-8620
> Project: Flink
> Issue Type: New Feature
> Reporter: Dawid Wysakowicz
> Assignee: Dawid Wysakowicz
> Priority: Major
>
> We should be able to distribute custom files to taskmanagers. To do that we
> can store those files in BlobStore and later on access them in TaskManagers
> through DistributedCache.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)