Ivy looks for Hadoop POMs that don't exist
------------------------------------------
Key: HIVE-1170
URL: https://issues.apache.org/jira/browse/HIVE-1170
Project: Hadoop Hive
Issue Type: Bug
Components: Build Infrastructure
Affects Versions: 0.6.0
Reporter: Carl Steinbach
In the event that Ivy can not satisfy the shim dependencies using
archive.apache.org our ivysetttings configuration causes it to
look for Hadoop POMs. This will always fail since Hadoop POMs do
not exist (see HADOOP-6382).
{noformat}
ivy-retrieve-hadoop-source:
[ivy:retrieve] :: Ivy 2.0.0-rc2 - 20081028224207 :: http://ant.apache.org/ivy/ :
:: loading settings :: file = /master/hive/ivy/ivysettings.xml
[ivy:retrieve] :: resolving dependencies :: org.apache.hadoop.hive#shims;working
[ivy:retrieve] confs: [default]
[ivy:retrieve] :: resolution report :: resolve 953885ms :: artifacts dl 0ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 1 | 0 | 0 | 0 || 0 | 0 |
---------------------------------------------------------------------
[ivy:retrieve]
[ivy:retrieve] :: problems summary ::
[ivy:retrieve] :::: WARNINGS
[ivy:retrieve] module not found: hadoop#core;0.20.1
[ivy:retrieve] ==== hadoop-source: tried
[ivy:retrieve] -- artifact hadoop#core;0.20.1!hadoop.tar.gz(source):
[ivy:retrieve]
http://archive.apache.org/dist/hadoop/core/hadoop-0.20.1/hadoop-0.20.1.tar.gz
[ivy:retrieve] ==== apache-snapshot: tried
[ivy:retrieve]
https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.1/core-0.20.1.pom
[ivy:retrieve] -- artifact hadoop#core;0.20.1!hadoop.tar.gz(source):
[ivy:retrieve]
https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.1/hadoop-0.20.1.tar.gz
[ivy:retrieve] ==== maven2: tried
[ivy:retrieve]
http://repo1.maven.org/maven2/hadoop/core/0.20.1/core-0.20.1.pom
[ivy:retrieve] -- artifact hadoop#core;0.20.1!hadoop.tar.gz(source):
[ivy:retrieve]
http://repo1.maven.org/maven2/hadoop/core/0.20.1/core-0.20.1.tar.gz
[ivy:retrieve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] :: UNRESOLVED DEPENDENCIES ::
[ivy:retrieve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] :: hadoop#core;0.20.1: not found
[ivy:retrieve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] :::: ERRORS
[ivy:retrieve] Server access Error: Connection timed out
url=http://archive.apache.org/dist/hadoop/core/hadoop-0.20.1/hadoop-0.20.1.tar.gz
[ivy:retrieve] Server access Error: Connection timed out
url=https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.1/core-0.20.1.pom
[ivy:retrieve] Server access Error: Connection timed out
url=https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.1/hadoop-0.20.1.tar.gz
[ivy:retrieve] Server access Error: Connection timed out
url=http://repo1.maven.org/maven2/hadoop/core/0.20.1/core-0.20.1.pom
[ivy:retrieve] Server access Error: Connection timed out
url=http://repo1.maven.org/maven2/hadoop/core/0.20.1/core-0.20.1.tar.gz
[ivy:retrieve]
[ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.