[
https://issues.apache.org/jira/browse/FLINK-8620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16378526#comment-16378526
]
ASF GitHub Bot commented on FLINK-8620:
---------------------------------------
Github user ifndef-SleePy commented on the issue:
https://github.com/apache/flink/pull/5580
Hi @zentol
In Flip-6 the client communicates with cluster via REST API, that's true.
However this not include blobs. Currently in `RestClusterClient.submit()`
method, the client uses blob service to upload jars of user. So this PR does
not break the rule.
I think this feature is quite good. Spark, even MapReduce support uploading
user-defined jars/files/archives. I think we should support it. Users would be
able to migrate to Flink more fluently with this feature.
What do you think?
> 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)