AHeise commented on a change in pull request #10460: [FLINK-14574] Fixing
writing with plugin s3 filesystem.
URL: https://github.com/apache/flink/pull/10460#discussion_r354845332
##########
File path: flink-end-to-end-tests/test-scripts/test_streaming_file_sink.sh
##########
@@ -44,14 +41,16 @@ if [ "${OUT_TYPE}" == "local" ]; then
elif [ "${OUT_TYPE}" == "s3" ]; then
echo "Use s3 output"
JOB_OUTPUT_PATH=${S3_OUTPUT_PATH}
+ set_config_key "state.checkpoints.dir" "s3://$IT_CASE_S3_BUCKET/$OUT-chk"
+ mkdir -p "$OUTPUT_PATH-chk"
Review comment:
I don't quite get it. This is the actual test, where we also want to test if
checkpoints on s3 work with plugins (spoiler alert: they don't on the current
master).
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services