Try also adding the Cloudera repository to your proxy:
<repository>
<id>cloudera</id>
<url>https://repository.cloudera.com/content/repositories/releases/
</url>
</repository>
I am not sure if this is trigger the error you are seeing.
-- Andrei Savu
On Sun, Feb 19, 2012 at 3:55 AM, Evan Pollan <[email protected]> wrote:
> I just pulled down the whirr trunk via svn, but I get build failures with
> the services/hbase maven module. Here's the error that occurs (building
> the "install" goal via the top-level reactor pom):
>
> [ERROR] Failed to execute goal on project whirr-hbase: Could not resolve
>> dependencies for project
>> org.apache.whirr:whirr-hbase:bundle:0.8.0-SNAPSHOT: Could not find artifact
>> org.apache.thrift:thrift:jar:0.2.0 in [my maven repo here].
>
>
> Is there a specific repo that I need to proxy through my nexus server to
> resolve the thrift artifact? We're proxying the usual suspects, but none
> of them have a "thrift" artifact. Maven central has a "libthrift"
> artifact, but it has versions 0.6.1, 0.7.0, and 0.8.0 (latest). I didn't
> see anything in the BUILD.txt or README.txt addressing this...
>
> thanks,
> Evan
>