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 19:30:59 UTC

[GitHub] [beam] kennknowles opened a new issue, #18627: FlinkRunner: Implement an Artifact service using the Flink DistributedCache

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

   We need to have a DistributedCache-based artifact service to ship with the portable Flink runner. The DistributedCache is a perfect fit for Flink because it comes for free and is the mechanism that Flink already uses to distribute its own artifacts.
   
    
   
   The final artifact service implementation should be pluggable, but using the DistributedCache allows the Flink runner to work without additional external dependencies (beyond perhaps Docker).
   
   Imported from Jira [BEAM-3672](https://issues.apache.org/jira/browse/BEAM-3672). 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