This requires a -Dhadoop.root setting on ant and some modification of the build file (to turn off ivy). Let me get back on this once I can try it out. we can add an option to turn off ivy once this is figured out ..
-----Original Message----- From: forbbs forbbs [mailto:bbsexclus...@gmail.com] Sent: Thursday, February 12, 2009 10:39 PM To: hive-dev@hadoop.apache.org Subject: hive installation can't find my installed hadoop. I asked hive-user, but no replies. ---------- Forwarded message ---------- From: forbbs forbbs <bbsexclus...@gmail.com> Date: Mon, Feb 9, 2009 at 5:10 PM Subject: hive installation can't find my installed hadoop. To: hive-u...@hadoop.apache.org I got the source code by "svn co http://svn.apache.org/repos/asf/hadoop/hive/trunk hive". When I run ant, it shows: ...... [ivy:retrieve] module not found: hadoop#core;0.19.0 [ivy:retrieve] ==== hadoop-resolver: tried [ivy:retrieve] -- artifact hadoop#core;0.19.0!hadoop.tar.gz(source): [ivy:retrieve] http://archive.apache.org/dist/hadoop/core/hadoop-0.19.0/hadoop-0.19.0.tar.gz [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:retrieve] :: UNRESOLVED DEPENDENCIES :: [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:retrieve] :: hadoop#core;0.19.0: not found [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:retrieve] [ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS ...... There is hadoop 0.19.0 installed on this computer. And I have set the HADOOP_HOME and HADOOP_VERSION environment variable correctly. It seems that it can't find the installed hadoop, and try to download from the web. But this computer can't access Internet.