Martijn Visser created FLINK-33175:
--------------------------------------
Summary: Nightly builds from S3 are not available for download,
breaking all connector tests
Key: FLINK-33175
URL: https://issues.apache.org/jira/browse/FLINK-33175
Project: Flink
Issue Type: Bug
Components: Connectors / Common
Reporter: Martijn Visser
All downloads of Flink binaries fail with:
{code:java}
Run wget -q -c
https://s3.amazonaws.com/flink-nightly/flink-1.18-SNAPSHOT-bin-scala_2.12.tgz
-O - | tar -xz
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Error: Process completed with exit code 2.
{code}
This goes for 1.18, but also 1.17 and 1.16
--
This message was sent by Atlassian Jira
(v8.20.10#820010)