You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Barak Yaish <ba...@gmail.com> on 2012/11/28 23:53:02 UTC

Compile hive on hadoop 1.0.4

Hi,

Is it possible running hive against hadoop 1.0.4? I was checking out the
trunk from svn, and running "ant clean package " fails, looks like it's
looking for 0.20.0 libraries. Is there some configuration I can modify?

Thanks.

Re: Compile hive on hadoop 1.0.4

Posted by Barak Yaish <ba...@gmail.com>.
Still:

BUILD FAILED
/workspace/development/org/hive/trunk/build.xml:256: The following error
occurred while executing this line:
/workspace/development/org/hive/trunk/ant/build.xml:38:
/workspace/development/org/hive/trunk/build/ivy/lib/hadoop0.20.shim not
found.

Anything else I missed?

On Thu, Nov 29, 2012 at 1:52 PM, Hezhiqiang (Ransom) <
ransom.hezhiqiang@huawei.com> wrote:

> ant -Dhadoop.version=2.0.1 very-clean package tar  test
> -Dinclude.postgres=true -Doverwrite=true -Dtest.silent=false -logfile
> ant.log

RE: Compile hive on hadoop 1.0.4

Posted by "Hezhiqiang (Ransom)" <ra...@huawei.com>.
Hi Barak
You can used –Dhadoop.version=1.0.4
For example:
ant -Dhadoop.version=2.0.1 very-clean package tar  test -Dinclude.postgres=true -Doverwrite=true -Dtest.silent=false -logfile ant.log

Regards
Ransom

From: Barak Yaish [mailto:barak.yaish@gmail.com]
Sent: Thursday, November 29, 2012 6:53 AM
To: user@hive.apache.org
Subject: Compile hive on hadoop 1.0.4


Hi,

Is it possible running hive against hadoop 1.0.4? I was checking out the trunk from svn, and running "ant clean package " fails, looks like it's looking for 0.20.0 libraries. Is there some configuration I can modify?

Thanks.