zentol 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_r354801484
##########
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:
there's no reason why `common_s3` (or the minio variant for that matter)
should control where stuff is written to on disk
----------------------------------------------------------------
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