Hey Zheng, What do we need to do to fix this? It seems to have bitten a number of people by now.
-Todd On Tue, Nov 10, 2009 at 3:50 PM, Zheng Shao <[email protected]> wrote: > I am forwarding an earlier email from the same mailing list by search > for "Downloaded file size doesn't match expected Content Length": > > " > Hi Rahul, > > Please follow these steps: > > 1) In your hive source directory run 'ant clean'. > 2) remove the contents of ~/.ant/cache/hadoop/core/sources > 3) Download the following files to ~/.ant/cache/hadoop/core/sources: > > hadoop-0.17.2.1.tar.gz > hadoop-0.17.2.1.tar.gz.asc > hadoop-0.18.3.tar.gz > hadoop-0.18.3.tar.gz.asc > > hadoop-0.19.0.tar.gz > hadoop-0.19.0.tar.gz.asc > hadoop-0.20.0.tar.gz > hadoop-0.20.0.tar.gz.asc > > 4) For each hadoop-xxx.tar.gz file, compute the sha1 checksum using > sha1sum, and verify that it matches the sha1 checksum in the > corresponding .asc file. > > If it does not match then the file is corrupt and you need to try > downloading it again. > > 5) Try building Hive again following the instructions on the wiki. You > shouldn't have any problems if you verified the checksums. > > As an additional note, if you don't care about support for Hadoop > 0.17.2.1, or 0.18, etc, you can disable support for these versions > (and skip the download) by removing the references to these versions > that shims/build.xml and shims/ivy.xml > > > > Also I want to use hive on top of current working hadoop cluster. > Please provide some inputs. > > > You need to set HADOOP_HOME and make sure that HADOOP_HOME/conf (or > HADOOP_CONF_DIR if you have this variable set) contains valid > configuration files for your current working hadoop cluster. See the > following page for more information: > http://wiki.apache.org/hadoop/GettingStartedWithHadoop > > Thanks. > > Carl > " > > On Tue, Nov 10, 2009 at 3:39 PM, Sasha Ovsankin <[email protected]> > wrote: > > Hello, all -- > > > > I am trying to build as per GettingStarted and am getting this error from > > Ivy: > > > > Downloaded file size doesn't match expected Content Length for > > ...hadoop-0.19.0.tar.gz. Please retry. > > > > This error repeats 4 times for 4 different versions of Hadoop and the > build > > stops. > > > > I have tried on Mac and Windows with the same results. How can I build > Hive? > > > > Thanks for your help, > > -- Sasha > > > > P.S. This is try#3 to get over the spam filter. > > > > > > > > -- > Yours, > Zheng >
