From 5a17a73e0f01e4e1681d59c0a189ef9643ea0715 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 5 Dec 2017 15:02:12 +0800 Subject: [PATCH] task/hadoop: update hadoop 2.5.2 url hadoop v2.5.2 is pretty old now, and is removed from the hadoop/common directory. but it can be found in archive. Signed-off-by: Kefu Chai --- teuthology/task/hadoop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/hadoop.py b/teuthology/task/hadoop.py index 2642e85647..d4e1a49fd5 100644 --- a/teuthology/task/hadoop.py +++ b/teuthology/task/hadoop.py @@ -8,7 +8,7 @@ from ..exceptions import UnsupportedPackageTypeError log = logging.getLogger(__name__) -HADOOP_2x_URL = "http://apache.osuosl.org/hadoop/common/hadoop-2.5.2/hadoop-2.5.2.tar.gz" +HADOOP_2x_URL = "https://archive.apache.org/dist/hadoop/core/hadoop-2.5.2/hadoop-2.5.2.tar.gz" def dict_to_hadoop_conf(items): out = "\n" -- 2.39.5