Skip to content

Commit

Permalink
Adding S3 client libraries (lyft#62)
Browse files Browse the repository at this point in the history
Adding S3 client libraries (simply copying them from `opt` to `lib` on the Flink installation folder) so that examples can make use of S3 filesystems (`s3a://` and `s3p://` schemes)
  • Loading branch information
jmdacruz authored and anandswaminathan committed Aug 5, 2019
1 parent a73285f commit 500fe6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/wordcount/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ RUN set -ex; \
tar -xf flink.tgz --strip-components=1; \
rm flink.tgz; \
\
cp ./opt/flink-s3-fs-presto-1.8.1.jar ./lib/;\
cp ./opt/flink-s3-fs-hadoop-1.8.1.jar ./lib/;\
\
chown -R flink:flink .;

# Needed on OpenShift for the entrypoint script to work
Expand Down

0 comments on commit 500fe6b

Please sign in to comment.