You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Azhar Jassal <az...@gmail.com> on 2014/08/17 01:28:51 UTC

Nutch Ant-Ivy build issue resolving HBase dependencies

Hi

I'm having a problem with resolving dependencies while building Nutch
2.2.1. Have added the dependency in ivy.xml to use gora-hbase.

After doing that I can't run "ant runtime". Ivy seems to be adding some
extention while resolving the dependency- in this case "ab102" is the
hostname of the machine doing the build:

Any ideas?


[ivy:resolve] :: resolution report :: resolve 3753ms :: artifacts dl 64ms

[ivy:resolve] WARN:     ::::::::::::::::::::::::::::::::::::::::::::::

[ivy:resolve] WARN:     ::          UNRESOLVED DEPENDENCIES         ::

[ivy:resolve] WARN:     ::::::::::::::::::::::::::::::::::::::::::::::

[ivy:resolve] WARN:     :: org.apache.hbase#hbase;working@ab102: not found

[ivy:resolve] WARN:     :: org.apache.hadoop#hadoop-test;working@ab102: not
found

[ivy:resolve] WARN:     ::::::::::::::::::::::::::::::::::::::::::::::

[ivy:resolve]   report for org.apache.nutch#nutch;working@ab102 default
produced in /home/az/.ivy2/cache/org.apache.nutch-nutch-default.xml

[ivy:resolve]   resolve done (3753ms resolve - 64ms download)

[ivy:resolve]

[ivy:resolve] :: problems summary ::

[ivy:resolve] :::: WARNINGS

[ivy:resolve]           module not found:
org.apache.hbase#hbase;working@ab102

[ivy:resolve]   ==== local: tried

[ivy:resolve]     /home/az/.ivy2/local/org.apache.hbase/hbase/working@ab102
/ivys/ivy.xml

[ivy:resolve]     -- artifact org.apache.hbase#hbase;working@ab102
!hbase.jar(test-jar):

[ivy:resolve]     /home/az/.ivy2/local/org.apache.hbase/hbase/working@ab102
/test-jars/hbase.jar

[ivy:resolve]   ==== maven2: tried

[ivy:resolve]
http://repo1.maven.org/maven2/org/apache/hbase/hbase/working@ab102/hbase-working@ab102.pom

[ivy:resolve]     -- artifact org.apache.hbase#hbase;working@ab102
!hbase.jar(test-jar):

[ivy:resolve]
http://repo1.maven.org/maven2/org/apache/hbase/hbase/working@ab102/hbase-working@ab102.jar

......