[
https://issues.apache.org/jira/browse/FLINK-8620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16405958#comment-16405958
]
ASF GitHub Bot commented on FLINK-8620:
---------------------------------------
Github user dawidwys commented on the issue:
https://github.com/apache/flink/pull/5580
@aljoscha Yes that's right. The latest commit does not work because Python
API expects complete directories to be uploaded. I think it is quite important
cause this way the uploaded Python code can be modularized and python libs can
be used. Without the directories only a single file scripts could be executed.
If I understood it correctly.
Version from the commit a774fb664deabb6fdb437546038fc9477d291eb1 works, but
Python API still uses DFS underneath DistributedCache.
> 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)