]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
task/hadoop: update hadoop 2.5.2 url 1133/head
authorKefu Chai <kchai@redhat.com>
Tue, 5 Dec 2017 07:02:12 +0000 (15:02 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 5 Dec 2017 11:55:44 +0000 (19:55 +0800)
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 <kchai@redhat.com>
teuthology/task/hadoop.py

index 2642e85647870c7446b4dd62004eeb0ddbfc3a08..d4e1a49fd50494add3f0663b131aebd9ae6abc4c 100644 (file)
@@ -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 = "<configuration>\n"