We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d600f89 commit bbda9f8Copy full SHA for bbda9f8
tests/docker/ducktape-deps/flink
@@ -7,7 +7,7 @@ FLINK_VERSION=1.18.1
7
FLINK_SCALA_VERSION=2.12
8
FLINK_FILE=flink-${FLINK_VERSION}-bin-scala_${FLINK_SCALA_VERSION}.tgz
9
# Instead of using main download link, use our s3. Alternative is to use archive.apache.org,
10
-# but it will ban frequent downloads after some time.
+# but it will ban frequent downloads after some time.
11
# This will prevent us from getting an HTTP:404 when new version will be introduced
12
# old: FLINK_URL=https://downloads.apache.org/flink/flink-${FLINK_VERSION}/${FLINK_FILE}
13
DEPS_BASEURL=https://vectorized-public.s3.us-west-2.amazonaws.com/dependencies
0 commit comments