This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 5277f653ad3 [FLINK-34410] Correct hadoop.tar.gz download url
5277f653ad3 is described below
commit 5277f653ad325649d07072ad255f0e20c41f1b42
Author: Roman Khachatryan <[email protected]>
AuthorDate: Fri Feb 9 21:35:41 2024 +0100
[FLINK-34410] 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 ec582c05f88..299c2018684 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"