alainbrown opened a new pull request, #42: URL: https://github.com/apache/flink-playgrounds/pull/42
With this change, users will not have to create and permission flink job directories. This is the preferred method of persisting data generated by the docker container. More here: https://docs.docker.com/storage/volumes/ i.e. removing this setup step ```bash mkdir -p /tmp/flink-checkpoints-directory mkdir -p /tmp/flink-savepoints-directory ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
