You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by William Saar <wi...@saar.se> on 2018/12/20 11:08:01 UTC

Use s3 on Flink on kubernetes

How can I easiest use s3 from a Flink job deployed in a session
cluster on kubernetes? 

I've tried including the flink-s3-fs-hadoop dependency in the sbt file
for my job, can I programmatically set the properties to point to it?
Is there a ready-made docker image for a flink with s3 dependencies
configured to deploy in the jobmanager/taskmanager deployments?