This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch release-1.18
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.18 by this push:
new 8d162fc2b68 [FLINK-34420] Correct hadoop.tar.gz download url
8d162fc2b68 is described below
commit 8d162fc2b68fbeca31b9d4b73dfee188b356bba5
Author: Roman <[email protected]>
AuthorDate: Sun Feb 11 13:32:07 2024 +0100
[FLINK-34420] Correct hadoop.tar.gz download url
---
flink-end-to-end-tests/test-scripts/common_yarn_docker.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flink-end-to-end-tests/test-scripts/common_yarn_docker.sh
b/flink-end-to-end-tests/test-scripts/common_yarn_docker.sh
index 97fcca09d5a..6b760f9f36f 100755
--- a/flink-end-to-end-tests/test-scripts/common_yarn_docker.sh
+++ b/flink-end-to-end-tests/test-scripts/common_yarn_docker.sh
@@ -99,7 +99,7 @@ function start_hadoop_cluster() {
function build_image() {
echo "Pre-downloading Hadoop tarball"
local cache_path
- cache_path=$(get_artifact
"http://archive.apache.org/dist/hadoop/common/hadoop-2.10.2/hadoop-2.10.2.tar.gz")
+ cache_path=$(get_artifact
"https://archive.apache.org/dist/hadoop/common/hadoop-2.10.2/hadoop-2.10.2.tar.gz")
ln "${cache_path}"
"${END_TO_END_DIR}/test-scripts/docker-hadoop-secure-cluster/hadoop/hadoop.tar.gz"
echo "Building Hadoop Docker container"