You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 20:18:54 UTC

[GitHub] [beam] kennknowles opened a new issue, #18754: Flink runner supports cluster-wide artifact deployments through the Distributed Cache

kennknowles opened a new issue, #18754:
URL: https://github.com/apache/beam/issues/18754

   As of now, Flink effectively has a dependency on an external storage system for artifact management. This is because the Flink Distributed Cache does not actually distribute and cache blobs itself, but rather expects that each node in a running cluster has access to a well-known artifact resource.
   
   We should get this for free whenever [https://github.com/apache/flink/pull/5580](https://github.com/apache/flink/pull/5580) is merged (likely in 1.5). For now, we will have to defer to external storage systems like GCS or HDFS.
   
   Imported from Jira [BEAM-4063](https://issues.apache.org/jira/browse/BEAM-4063). Original Jira may contain additional context.
   Reported by: bsidhom.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org