You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Arun C Murthy (JIRA)" <ji...@apache.org> on 2011/08/18 05:53:27 UTC

[jira] [Created] (HADOOP-7553) hadoop-common tries to find hadoop-assemblies:jar:0.23.0-SNAPSHOT in http://snapshots.repository.codehaus.org

hadoop-common tries to find hadoop-assemblies:jar:0.23.0-SNAPSHOT in http://snapshots.repository.codehaus.org 
--------------------------------------------------------------------------------------------------------------

                 Key: HADOOP-7553
                 URL: https://issues.apache.org/jira/browse/HADOOP-7553
             Project: Hadoop Common
          Issue Type: Bug
          Components: build
            Reporter: Arun C Murthy
            Priority: Critical


hadoop-common tries to find hadoop-assemblies:jar:0.23.0-SNAPSHOT in http://snapshots.repository.codehaus.org - shouldn't it be apache repo?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7553) hadoop-common tries to find hadoop-assemblies:jar:0.23.0-SNAPSHOT in http://snapshots.repository.codehaus.org

Posted by "Arun C Murthy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13086780#comment-13086780 ] 

Arun C Murthy commented on HADOOP-7553:
---------------------------------------

Here is the full error when I was trying to run 'mvn package -Pbintar' in hadoop-common without installing hadoop-assemblies:

{code}

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 41.466s
[INFO] Finished at: Wed Aug 17 20:41:16 PDT 2011
[INFO] Final Memory: 19M/265M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-3:single (pre-bintar) on project hadoop-common: Execution pre-bintar of goal org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-3:single failed: Plugin org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-3 or one of its dependencies could not be resolved: Could not find artifact org.apache.hadoop:hadoop-assemblies:jar:0.23.0-SNAPSHOT in codehaus.org (http://snapshots.repository.codehaus.org) -> [Help 1]
{code}

> hadoop-common tries to find hadoop-assemblies:jar:0.23.0-SNAPSHOT in http://snapshots.repository.codehaus.org 
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7553
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7553
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Arun C Murthy
>            Priority: Critical
>
> hadoop-common tries to find hadoop-assemblies:jar:0.23.0-SNAPSHOT in http://snapshots.repository.codehaus.org - shouldn't it be apache repo?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7553) hadoop-common tries to find hadoop-assemblies:jar:0.23.0-SNAPSHOT in http://snapshots.repository.codehaus.org

Posted by "Arun C Murthy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13086784#comment-13086784 ] 

Arun C Murthy commented on HADOOP-7553:
---------------------------------------

Actually, I scrolled up some more:

{block}

[INFO] --- maven-assembly-plugin:2.2-beta-3:single (pre-bintar) @ hadoop-common ---
Downloading: http://snapshots.repository.codehaus.org/org/apache/hadoop/hadoop-assemblies/0.23.0-SNAPSHOT/maven-metadata.xml
Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/hadoop/hadoop-assemblies/0.23.0-SNAPSHOT/maven-metadata.xml
Downloading: http://snapshots.repository.codehaus.org/org/apache/hadoop/hadoop-assemblies/0.23.0-SNAPSHOT/hadoop-assemblies-0.23.0-SNAPSHOT.pom
Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/hadoop/hadoop-assemblies/0.23.0-SNAPSHOT/hadoop-assemblies-0.23.0-SNAPSHOT.pom
[WARNING] The POM for org.apache.hadoop:hadoop-assemblies:jar:0.23.0-SNAPSHOT is missing, no dependency information available
Downloading: http://snapshots.repository.codehaus.org/org/apache/hadoop/hadoop-assemblies/0.23.0-SNAPSHOT/hadoop-assemblies-0.23.0-SNAPSHOT.jar
Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/hadoop/hadoop-assemblies/0.23.0-SNAPSHOT/hadoop-assemblies-0.23.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 41.466s
[INFO] Finished at: Wed Aug 17 20:41:16 PDT 2011
[INFO] Final Memory: 19M/265M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-3:single (pre-bintar) on project hadoop-common: Execution pre-bintar of goal org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-3:single failed: Plugin org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-3 or one of its dependencies could not be resolved: Could not find artifact org.apache.hadoop:hadoop-assemblies:jar:0.23.0-SNAPSHOT in codehaus.org (http://snapshots.repository.codehaus.org) -> [Help 1]
{block}

> hadoop-common tries to find hadoop-assemblies:jar:0.23.0-SNAPSHOT in http://snapshots.repository.codehaus.org 
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7553
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7553
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Arun C Murthy
>            Priority: Critical
>
> hadoop-common tries to find hadoop-assemblies:jar:0.23.0-SNAPSHOT in http://snapshots.repository.codehaus.org - shouldn't it be apache repo?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7553) hadoop-common tries to find hadoop-assemblies:jar:0.23.0-SNAPSHOT in http://snapshots.repository.codehaus.org

Posted by "Suresh Srinivas (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13193379#comment-13193379 ] 

Suresh Srinivas commented on HADOOP-7553:
-----------------------------------------

Given HDFS-2096 has been marked fixed, is this still a problem?
                
> hadoop-common tries to find hadoop-assemblies:jar:0.23.0-SNAPSHOT in http://snapshots.repository.codehaus.org 
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7553
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7553
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Arun C Murthy
>            Priority: Critical
>
> hadoop-common tries to find hadoop-assemblies:jar:0.23.0-SNAPSHOT in http://snapshots.repository.codehaus.org - shouldn't it be apache repo?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7553) hadoop-common tries to find hadoop-assemblies:jar:0.23.0-SNAPSHOT in http://snapshots.repository.codehaus.org

Posted by "Alejandro Abdelnur (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13086794#comment-13086794 ] 

Alejandro Abdelnur commented on HADOOP-7553:
--------------------------------------------

This is being fixed as part of HDFS-2096, the problem is that Apache snapshots repo is not being declared and the build does not find the the JAR isn the release repo.

In the mean time, if you build from trunk/ things work because hadoop-assemblies is part of the build and maven reactor uses it from the built itself.

> hadoop-common tries to find hadoop-assemblies:jar:0.23.0-SNAPSHOT in http://snapshots.repository.codehaus.org 
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7553
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7553
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Arun C Murthy
>            Priority: Critical
>
> hadoop-common tries to find hadoop-assemblies:jar:0.23.0-SNAPSHOT in http://snapshots.repository.codehaus.org - shouldn't it be apache repo?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira