Re: hive-0.4.0 build

2010-02-15 Thread 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: 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

hive-0.4.0 build

2009-10-19 Thread Schubert Zhang
1. When I build hive-0.4.0, ivy would try to download hadoop 0.17.2.1, 0.18.3, 0.19.0 and 0.20.0. But always fail for 0.17.2.1. 2. Then I modified shims/ivy.xml and shims/build.xml to remove dependencies of 0.17.2.1, 0.18.3, 0.19.0. It works find to only download hadoop-0.20.0. 3. Now, I want do

Re: hive-0.4.0 build

2009-10-19 Thread Todd Lipcon
Hi Schubert, Regarding the Hive problem - you should be able to build against 0.20.0 and then run against 0.20.1. Within a release (0.20.*) the APIs are completely compatible, so you can compile any external application against one and run against another. Regarding the format of the md5 file,