From: Kefu Chai Date: Tue, 5 Dec 2017 07:02:12 +0000 (+0800) Subject: task/hadoop: update hadoop 2.5.2 url X-Git-Tag: 1.1.0~373^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1133%2Fhead;p=teuthology.git 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 --- diff --git a/teuthology/task/hadoop.py b/teuthology/task/hadoop.py index 2642e8564..d4e1a49fd 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"