0.20.1 tarball on archive.apache.org has bogus md5 checksum file ----------------------------------------------------------------
Key: HADOOP-6737 URL: https://issues.apache.org/jira/browse/HADOOP-6737 Project: Hadoop Common Issue Type: Bug Components: build Affects Versions: 0.20.1 Reporter: Carl Steinbach The MD5 checksum file for the 0.20.1 tarball contains an MD5 checksum along with various SHA checksums and an RMD160 checksum: {code} % curl http://archive.apache.org/dist/hadoop/core/hadoop-0.20.1/hadoop-0.20.1.tar.gz.md5 hadoop-0.20.1.tar.gz: MD5 = 71 9E 16 9B 77 60 C1 68 44 1B 49 F4 05 85 5B 72 hadoop-0.20.1.tar.gz: SHA1 = 712A EE9C 279F 1031 1F83 657B 2B82 7ACA 0374 6613 hadoop-0.20.1.tar.gz: RMD160 = 4331 4350 27E9 E16D 055C F23F FFEF 1564 E206 B144 hadoop-0.20.1.tar.gz: SHA224 = A5E4CBE9 EBBE5FE1 2020F3F1 BFBC6D3C C77A8E9B E6C6062C A6484BDB hadoop-0.20.1.tar.gz: SHA256 = 35024227 C51AFA34 6A2F3722 A652C4FB 4FEBFF35 E73BB364 3172F986 7233E2A4 hadoop-0.20.1.tar.gz: SHA384 = 54B5CB24 4708765A D3B930D8 73DB8A01 839B78DA 78A4A8B5 20ED0A88 5759E60F 92D3A90E 9AFB690A C1EDB71F 6FB357AA hadoop-0.20.1.tar.gz: SHA512 = 4D9DDEC5 27190749 87304D88 C2F9546E 6D9E62B0 EF8330C2 2D70BC2D 52CAFDD1 CD639E0E 8853177B 4E4F21EE EBEF316C 4DF3561A 10995B1D 95ED9047 16AC3013 {code} The convention that most tools expect (including Ivy) is that a file named xyz.tar.gz.md5 was generated by running the following command: % md5sum xyz.tar.gz > xyz.tar.gz.md5 All of the other Hadoop releases on archive.apache.org follow this convention, with the exception of hadoop-0.20.1, e.g: {code} % curl http://archive.apache.org/dist/hadoop/core/hadoop-0.20.0/hadoop-0.20.0.tar.gz.md5 6c751617e6429f23ec9b7ea7a02a73c2 hadoop-0.20.0.tar.gz {code} Can someone with access to the Apache archive repository please fix the 0.20.1 md5 checksum file? Thanks. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.