You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Gerrit Jansen van Vuuren (JIRA)" <ji...@apache.org> on 2010/02/15 13:59:28 UTC

[jira] Commented: (HIVE-1170) Ivy looks for Hadoop POMs that don't exist

    [ https://issues.apache.org/jira/browse/HIVE-1170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833791#action_12833791 ] 

Gerrit Jansen van Vuuren commented on HIVE-1170:
------------------------------------------------

Hi,
This seems also related to the work on https://issues.apache.org/jira/browse/HIVE-1095. 
I'll go through the https://issues.apache.org/jira/browse/HADOOP-6382 to use the same process for also getting the Hive jars into maven.

>From comment above it seems that ivy is looking for .tar.gz files? shouldn't these be .jar files?

As a general note the page http://www.apache.org/dev/release-publishing.html#asf-repo specifies how apache projects can use direct uploads to sync automatically with the central maven repositories.


> 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
>            Assignee: 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.