You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Thomas Graves (JIRA)" <ji...@apache.org> on 2011/08/22 19:45:29 UTC

[jira] [Created] (MAPREDUCE-2868) ant build broken in hadoop-mapreduce dir

ant build broken in hadoop-mapreduce dir
----------------------------------------

                 Key: MAPREDUCE-2868
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2868
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: build
            Reporter: Thomas Graves
             Fix For: 0.23.0


The ant build target doesn't work in the hadoop-mapreduce directory since the mavenization of hdfs changes were checked in.

Error it gives is:
[ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]           ::          UNRESOLVED DEPENDENCIES         ::
[ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]           :: org.apache.avro#avro-ipc;working@host: not found
[ivy:resolve]           :: org.apache.hadoop#hadoop-alfredo;working@host: not found
[ivy:resolve]           :: commons-daemon#commons-daemon;working@host: not found
[ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::

Steps I followed:
check out trunk
build common/hdfs: mvn clean install -Pbintar -DskipTests
build yarn/mapred: 
mvn clean install assembly:assembly -DskipTests
ant veryclean tar -Dresolvers=internal  ----> this fails


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

        

[jira] [Commented] (MAPREDUCE-2868) ant build broken in hadoop-mapreduce dir

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

Arun C Murthy commented on MAPREDUCE-2868:
------------------------------------------

Sharad, if that works for you, please close this. Thanks.

> ant build broken in hadoop-mapreduce dir
> ----------------------------------------
>
>                 Key: MAPREDUCE-2868
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2868
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build
>            Reporter: Thomas Graves
>            Assignee: Mahadev konar
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2868.patch
>
>
> The ant build target doesn't work in the hadoop-mapreduce directory since the mavenization of hdfs changes were checked in.
> Error it gives is:
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           ::          UNRESOLVED DEPENDENCIES         ::
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           :: org.apache.avro#avro-ipc;working@host: not found
> [ivy:resolve]           :: org.apache.hadoop#hadoop-alfredo;working@host: not found
> [ivy:resolve]           :: commons-daemon#commons-daemon;working@host: not found
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> Steps I followed:
> check out trunk
> build common/hdfs: mvn clean install -Pbintar -DskipTests
> build yarn/mapred: 
> mvn clean install assembly:assembly -DskipTests
> ant veryclean tar -Dresolvers=internal  ----> this fails

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

        

[jira] [Commented] (MAPREDUCE-2868) ant build broken in hadoop-mapreduce dir

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-2868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13089474#comment-13089474 ] 

Hudson commented on MAPREDUCE-2868:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #763 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/763/])
    MAPREDUCE-2868. ant build broken in hadoop-mapreduce dir (mahadev, giri and arun via mahadev)

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1160456
Files : 
* /hadoop/common/trunk/hadoop-mapreduce/hadoop-yarn/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce/ivy.xml
* /hadoop/common/trunk/hadoop-mapreduce/build.xml
* /hadoop/common/trunk/hadoop-mapreduce/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce/hadoop-mr-client/hadoop-mapreduce-client-core/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce/hadoop-mr-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/jobhistory/EventWriter.java
* /hadoop/common/trunk/hadoop-mapreduce/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/ipc/AvroYarnRPC.java
* /hadoop/common/trunk/hadoop-mapreduce/hadoop-mr-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/jobhistory/EventReader.java
* /hadoop/common/trunk/hadoop-mapreduce/ivy/libraries.properties
* /hadoop/common/trunk/hadoop-mapreduce/hadoop-mr-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/v2/TestMRJobsWithHistoryService.java


> ant build broken in hadoop-mapreduce dir
> ----------------------------------------
>
>                 Key: MAPREDUCE-2868
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2868
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build
>            Reporter: Thomas Graves
>            Assignee: Mahadev konar
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2868.patch
>
>
> The ant build target doesn't work in the hadoop-mapreduce directory since the mavenization of hdfs changes were checked in.
> Error it gives is:
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           ::          UNRESOLVED DEPENDENCIES         ::
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           :: org.apache.avro#avro-ipc;working@host: not found
> [ivy:resolve]           :: org.apache.hadoop#hadoop-alfredo;working@host: not found
> [ivy:resolve]           :: commons-daemon#commons-daemon;working@host: not found
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> Steps I followed:
> check out trunk
> build common/hdfs: mvn clean install -Pbintar -DskipTests
> build yarn/mapred: 
> mvn clean install assembly:assembly -DskipTests
> ant veryclean tar -Dresolvers=internal  ----> this fails

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

        

[jira] [Assigned] (MAPREDUCE-2868) ant build broken in hadoop-mapreduce dir

Posted by "Mahadev konar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mahadev konar reassigned MAPREDUCE-2868:
----------------------------------------

    Assignee: Mahadev konar

> ant build broken in hadoop-mapreduce dir
> ----------------------------------------
>
>                 Key: MAPREDUCE-2868
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2868
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build
>            Reporter: Thomas Graves
>            Assignee: Mahadev konar
>             Fix For: 0.23.0
>
>
> The ant build target doesn't work in the hadoop-mapreduce directory since the mavenization of hdfs changes were checked in.
> Error it gives is:
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           ::          UNRESOLVED DEPENDENCIES         ::
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           :: org.apache.avro#avro-ipc;working@host: not found
> [ivy:resolve]           :: org.apache.hadoop#hadoop-alfredo;working@host: not found
> [ivy:resolve]           :: commons-daemon#commons-daemon;working@host: not found
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> Steps I followed:
> check out trunk
> build common/hdfs: mvn clean install -Pbintar -DskipTests
> build yarn/mapred: 
> mvn clean install assembly:assembly -DskipTests
> ant veryclean tar -Dresolvers=internal  ----> this fails

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

        

[jira] [Commented] (MAPREDUCE-2868) ant build broken in hadoop-mapreduce dir

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-2868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13089052#comment-13089052 ] 

Hudson commented on MAPREDUCE-2868:
-----------------------------------

Integrated in Hadoop-Common-trunk-Commit #767 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/767/])
    MAPREDUCE-2868. ant build broken in hadoop-mapreduce dir (mahadev, giri and arun via mahadev)

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1160456
Files : 
* /hadoop/common/trunk/hadoop-mapreduce/hadoop-yarn/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce/ivy.xml
* /hadoop/common/trunk/hadoop-mapreduce/build.xml
* /hadoop/common/trunk/hadoop-mapreduce/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce/hadoop-mr-client/hadoop-mapreduce-client-core/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce/hadoop-mr-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/jobhistory/EventWriter.java
* /hadoop/common/trunk/hadoop-mapreduce/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/ipc/AvroYarnRPC.java
* /hadoop/common/trunk/hadoop-mapreduce/hadoop-mr-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/jobhistory/EventReader.java
* /hadoop/common/trunk/hadoop-mapreduce/ivy/libraries.properties
* /hadoop/common/trunk/hadoop-mapreduce/hadoop-mr-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/v2/TestMRJobsWithHistoryService.java


> ant build broken in hadoop-mapreduce dir
> ----------------------------------------
>
>                 Key: MAPREDUCE-2868
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2868
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build
>            Reporter: Thomas Graves
>            Assignee: Mahadev konar
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2868.patch
>
>
> The ant build target doesn't work in the hadoop-mapreduce directory since the mavenization of hdfs changes were checked in.
> Error it gives is:
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           ::          UNRESOLVED DEPENDENCIES         ::
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           :: org.apache.avro#avro-ipc;working@host: not found
> [ivy:resolve]           :: org.apache.hadoop#hadoop-alfredo;working@host: not found
> [ivy:resolve]           :: commons-daemon#commons-daemon;working@host: not found
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> Steps I followed:
> check out trunk
> build common/hdfs: mvn clean install -Pbintar -DskipTests
> build yarn/mapred: 
> mvn clean install assembly:assembly -DskipTests
> ant veryclean tar -Dresolvers=internal  ----> this fails

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

        

[jira] [Commented] (MAPREDUCE-2868) ant build broken in hadoop-mapreduce dir

Posted by "Thomas Graves (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-2868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13088846#comment-13088846 ] 

Thomas Graves commented on MAPREDUCE-2868:
------------------------------------------

Cleaning .ivy got rid of that one but still get this error:
build.xml:374: taskdef class org.apache.avro.specific.ProtocolTask cannot be found

> ant build broken in hadoop-mapreduce dir
> ----------------------------------------
>
>                 Key: MAPREDUCE-2868
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2868
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build
>            Reporter: Thomas Graves
>             Fix For: 0.23.0
>
>
> The ant build target doesn't work in the hadoop-mapreduce directory since the mavenization of hdfs changes were checked in.
> Error it gives is:
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           ::          UNRESOLVED DEPENDENCIES         ::
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           :: org.apache.avro#avro-ipc;working@host: not found
> [ivy:resolve]           :: org.apache.hadoop#hadoop-alfredo;working@host: not found
> [ivy:resolve]           :: commons-daemon#commons-daemon;working@host: not found
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> Steps I followed:
> check out trunk
> build common/hdfs: mvn clean install -Pbintar -DskipTests
> build yarn/mapred: 
> mvn clean install assembly:assembly -DskipTests
> ant veryclean tar -Dresolvers=internal  ----> this fails

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

        

[jira] [Updated] (MAPREDUCE-2868) ant build broken in hadoop-mapreduce dir

Posted by "Mahadev konar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mahadev konar updated MAPREDUCE-2868:
-------------------------------------

    Attachment: MAPREDUCE-2868.patch

This fixes the issues with the build also includes the avro upgrade in MAPREDUCE-2848. Am uploading a single patch then both are related.

> ant build broken in hadoop-mapreduce dir
> ----------------------------------------
>
>                 Key: MAPREDUCE-2868
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2868
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build
>            Reporter: Thomas Graves
>            Assignee: Mahadev konar
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2868.patch
>
>
> The ant build target doesn't work in the hadoop-mapreduce directory since the mavenization of hdfs changes were checked in.
> Error it gives is:
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           ::          UNRESOLVED DEPENDENCIES         ::
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           :: org.apache.avro#avro-ipc;working@host: not found
> [ivy:resolve]           :: org.apache.hadoop#hadoop-alfredo;working@host: not found
> [ivy:resolve]           :: commons-daemon#commons-daemon;working@host: not found
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> Steps I followed:
> check out trunk
> build common/hdfs: mvn clean install -Pbintar -DskipTests
> build yarn/mapred: 
> mvn clean install assembly:assembly -DskipTests
> ant veryclean tar -Dresolvers=internal  ----> this fails

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

        

[jira] [Resolved] (MAPREDUCE-2868) ant build broken in hadoop-mapreduce dir

Posted by "Sharad Agarwal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sharad Agarwal resolved MAPREDUCE-2868.
---------------------------------------

    Resolution: Fixed

Cleaning the ~/.ivy2 did the trick. Thanks for the pointer Thomas.

> ant build broken in hadoop-mapreduce dir
> ----------------------------------------
>
>                 Key: MAPREDUCE-2868
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2868
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build
>            Reporter: Thomas Graves
>            Assignee: Mahadev konar
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2868.patch
>
>
> The ant build target doesn't work in the hadoop-mapreduce directory since the mavenization of hdfs changes were checked in.
> Error it gives is:
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           ::          UNRESOLVED DEPENDENCIES         ::
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           :: org.apache.avro#avro-ipc;working@host: not found
> [ivy:resolve]           :: org.apache.hadoop#hadoop-alfredo;working@host: not found
> [ivy:resolve]           :: commons-daemon#commons-daemon;working@host: not found
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> Steps I followed:
> check out trunk
> build common/hdfs: mvn clean install -Pbintar -DskipTests
> build yarn/mapred: 
> mvn clean install assembly:assembly -DskipTests
> ant veryclean tar -Dresolvers=internal  ----> this fails

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

        

[jira] [Commented] (MAPREDUCE-2868) ant build broken in hadoop-mapreduce dir

Posted by "Sharad Agarwal (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-2868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13089280#comment-13089280 ] 

Sharad Agarwal commented on MAPREDUCE-2868:
-------------------------------------------

Still seeing the same problem:
[ivy:resolve] :: UNRESOLVED DEPENDENCIES ::
[ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] :: org.apache.avro#avro-ipc;working@host: not found
[ivy:resolve] :: org.apache.hadoop#hadoop-alfredo;working@host: not found

Anybody else seeing it ?

> ant build broken in hadoop-mapreduce dir
> ----------------------------------------
>
>                 Key: MAPREDUCE-2868
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2868
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build
>            Reporter: Thomas Graves
>            Assignee: Mahadev konar
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2868.patch
>
>
> The ant build target doesn't work in the hadoop-mapreduce directory since the mavenization of hdfs changes were checked in.
> Error it gives is:
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           ::          UNRESOLVED DEPENDENCIES         ::
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           :: org.apache.avro#avro-ipc;working@host: not found
> [ivy:resolve]           :: org.apache.hadoop#hadoop-alfredo;working@host: not found
> [ivy:resolve]           :: commons-daemon#commons-daemon;working@host: not found
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> Steps I followed:
> check out trunk
> build common/hdfs: mvn clean install -Pbintar -DskipTests
> build yarn/mapred: 
> mvn clean install assembly:assembly -DskipTests
> ant veryclean tar -Dresolvers=internal  ----> this fails

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

        

[jira] [Commented] (MAPREDUCE-2868) ant build broken in hadoop-mapreduce dir

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

Arun C Murthy commented on MAPREDUCE-2868:
------------------------------------------

+1 lgtm

> ant build broken in hadoop-mapreduce dir
> ----------------------------------------
>
>                 Key: MAPREDUCE-2868
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2868
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build
>            Reporter: Thomas Graves
>            Assignee: Mahadev konar
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2868.patch
>
>
> The ant build target doesn't work in the hadoop-mapreduce directory since the mavenization of hdfs changes were checked in.
> Error it gives is:
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           ::          UNRESOLVED DEPENDENCIES         ::
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           :: org.apache.avro#avro-ipc;working@host: not found
> [ivy:resolve]           :: org.apache.hadoop#hadoop-alfredo;working@host: not found
> [ivy:resolve]           :: commons-daemon#commons-daemon;working@host: not found
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> Steps I followed:
> check out trunk
> build common/hdfs: mvn clean install -Pbintar -DskipTests
> build yarn/mapred: 
> mvn clean install assembly:assembly -DskipTests
> ant veryclean tar -Dresolvers=internal  ----> this fails

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

        

[jira] [Updated] (MAPREDUCE-2868) ant build broken in hadoop-mapreduce dir

Posted by "Mahadev konar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mahadev konar updated MAPREDUCE-2868:
-------------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

Just pushed this. Thanks to Arun and Giri for helping me with this!

> ant build broken in hadoop-mapreduce dir
> ----------------------------------------
>
>                 Key: MAPREDUCE-2868
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2868
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build
>            Reporter: Thomas Graves
>            Assignee: Mahadev konar
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2868.patch
>
>
> The ant build target doesn't work in the hadoop-mapreduce directory since the mavenization of hdfs changes were checked in.
> Error it gives is:
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           ::          UNRESOLVED DEPENDENCIES         ::
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           :: org.apache.avro#avro-ipc;working@host: not found
> [ivy:resolve]           :: org.apache.hadoop#hadoop-alfredo;working@host: not found
> [ivy:resolve]           :: commons-daemon#commons-daemon;working@host: not found
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> Steps I followed:
> check out trunk
> build common/hdfs: mvn clean install -Pbintar -DskipTests
> build yarn/mapred: 
> mvn clean install assembly:assembly -DskipTests
> ant veryclean tar -Dresolvers=internal  ----> this fails

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

        

[jira] [Commented] (MAPREDUCE-2868) ant build broken in hadoop-mapreduce dir

Posted by "Thomas Graves (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-2868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13089432#comment-13089432 ] 

Thomas Graves commented on MAPREDUCE-2868:
------------------------------------------

did you try cleaning out your ~/.ivy2 directory?  I saw it until I did that.

> ant build broken in hadoop-mapreduce dir
> ----------------------------------------
>
>                 Key: MAPREDUCE-2868
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2868
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build
>            Reporter: Thomas Graves
>            Assignee: Mahadev konar
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2868.patch
>
>
> The ant build target doesn't work in the hadoop-mapreduce directory since the mavenization of hdfs changes were checked in.
> Error it gives is:
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           ::          UNRESOLVED DEPENDENCIES         ::
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           :: org.apache.avro#avro-ipc;working@host: not found
> [ivy:resolve]           :: org.apache.hadoop#hadoop-alfredo;working@host: not found
> [ivy:resolve]           :: commons-daemon#commons-daemon;working@host: not found
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> Steps I followed:
> check out trunk
> build common/hdfs: mvn clean install -Pbintar -DskipTests
> build yarn/mapred: 
> mvn clean install assembly:assembly -DskipTests
> ant veryclean tar -Dresolvers=internal  ----> this fails

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

        

[jira] [Commented] (MAPREDUCE-2868) ant build broken in hadoop-mapreduce dir

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-2868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13089483#comment-13089483 ] 

Hudson commented on MAPREDUCE-2868:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #779 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/779/])
    MAPREDUCE-2868. ant build broken in hadoop-mapreduce dir (mahadev, giri and arun via mahadev)

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1160456
Files : 
* /hadoop/common/trunk/hadoop-mapreduce/hadoop-yarn/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce/ivy.xml
* /hadoop/common/trunk/hadoop-mapreduce/build.xml
* /hadoop/common/trunk/hadoop-mapreduce/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce/hadoop-mr-client/hadoop-mapreduce-client-core/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce/hadoop-mr-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/jobhistory/EventWriter.java
* /hadoop/common/trunk/hadoop-mapreduce/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/ipc/AvroYarnRPC.java
* /hadoop/common/trunk/hadoop-mapreduce/hadoop-mr-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/jobhistory/EventReader.java
* /hadoop/common/trunk/hadoop-mapreduce/ivy/libraries.properties
* /hadoop/common/trunk/hadoop-mapreduce/hadoop-mr-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/v2/TestMRJobsWithHistoryService.java


> ant build broken in hadoop-mapreduce dir
> ----------------------------------------
>
>                 Key: MAPREDUCE-2868
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2868
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build
>            Reporter: Thomas Graves
>            Assignee: Mahadev konar
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2868.patch
>
>
> The ant build target doesn't work in the hadoop-mapreduce directory since the mavenization of hdfs changes were checked in.
> Error it gives is:
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           ::          UNRESOLVED DEPENDENCIES         ::
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           :: org.apache.avro#avro-ipc;working@host: not found
> [ivy:resolve]           :: org.apache.hadoop#hadoop-alfredo;working@host: not found
> [ivy:resolve]           :: commons-daemon#commons-daemon;working@host: not found
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> Steps I followed:
> check out trunk
> build common/hdfs: mvn clean install -Pbintar -DskipTests
> build yarn/mapred: 
> mvn clean install assembly:assembly -DskipTests
> ant veryclean tar -Dresolvers=internal  ----> this fails

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

        

[jira] [Updated] (MAPREDUCE-2868) ant build broken in hadoop-mapreduce dir

Posted by "Mahadev konar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mahadev konar updated MAPREDUCE-2868:
-------------------------------------

    Status: Patch Available  (was: Open)

> ant build broken in hadoop-mapreduce dir
> ----------------------------------------
>
>                 Key: MAPREDUCE-2868
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2868
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build
>            Reporter: Thomas Graves
>            Assignee: Mahadev konar
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2868.patch
>
>
> The ant build target doesn't work in the hadoop-mapreduce directory since the mavenization of hdfs changes were checked in.
> Error it gives is:
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           ::          UNRESOLVED DEPENDENCIES         ::
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           :: org.apache.avro#avro-ipc;working@host: not found
> [ivy:resolve]           :: org.apache.hadoop#hadoop-alfredo;working@host: not found
> [ivy:resolve]           :: commons-daemon#commons-daemon;working@host: not found
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> Steps I followed:
> check out trunk
> build common/hdfs: mvn clean install -Pbintar -DskipTests
> build yarn/mapred: 
> mvn clean install assembly:assembly -DskipTests
> ant veryclean tar -Dresolvers=internal  ----> this fails

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

        

[jira] [Reopened] (MAPREDUCE-2868) ant build broken in hadoop-mapreduce dir

Posted by "Sharad Agarwal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sharad Agarwal reopened MAPREDUCE-2868:
---------------------------------------


> ant build broken in hadoop-mapreduce dir
> ----------------------------------------
>
>                 Key: MAPREDUCE-2868
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2868
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build
>            Reporter: Thomas Graves
>            Assignee: Mahadev konar
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2868.patch
>
>
> The ant build target doesn't work in the hadoop-mapreduce directory since the mavenization of hdfs changes were checked in.
> Error it gives is:
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           ::          UNRESOLVED DEPENDENCIES         ::
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           :: org.apache.avro#avro-ipc;working@host: not found
> [ivy:resolve]           :: org.apache.hadoop#hadoop-alfredo;working@host: not found
> [ivy:resolve]           :: commons-daemon#commons-daemon;working@host: not found
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> Steps I followed:
> check out trunk
> build common/hdfs: mvn clean install -Pbintar -DskipTests
> build yarn/mapred: 
> mvn clean install assembly:assembly -DskipTests
> ant veryclean tar -Dresolvers=internal  ----> this fails

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

        

[jira] [Commented] (MAPREDUCE-2868) ant build broken in hadoop-mapreduce dir

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-2868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13089051#comment-13089051 ] 

Hudson commented on MAPREDUCE-2868:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #845 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/845/])
    MAPREDUCE-2868. ant build broken in hadoop-mapreduce dir (mahadev, giri and arun via mahadev)

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1160456
Files : 
* /hadoop/common/trunk/hadoop-mapreduce/hadoop-yarn/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce/ivy.xml
* /hadoop/common/trunk/hadoop-mapreduce/build.xml
* /hadoop/common/trunk/hadoop-mapreduce/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce/hadoop-mr-client/hadoop-mapreduce-client-core/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce/hadoop-mr-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/jobhistory/EventWriter.java
* /hadoop/common/trunk/hadoop-mapreduce/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/ipc/AvroYarnRPC.java
* /hadoop/common/trunk/hadoop-mapreduce/hadoop-mr-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/jobhistory/EventReader.java
* /hadoop/common/trunk/hadoop-mapreduce/ivy/libraries.properties
* /hadoop/common/trunk/hadoop-mapreduce/hadoop-mr-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/v2/TestMRJobsWithHistoryService.java


> ant build broken in hadoop-mapreduce dir
> ----------------------------------------
>
>                 Key: MAPREDUCE-2868
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2868
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build
>            Reporter: Thomas Graves
>            Assignee: Mahadev konar
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2868.patch
>
>
> The ant build target doesn't work in the hadoop-mapreduce directory since the mavenization of hdfs changes were checked in.
> Error it gives is:
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           ::          UNRESOLVED DEPENDENCIES         ::
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve]           :: org.apache.avro#avro-ipc;working@host: not found
> [ivy:resolve]           :: org.apache.hadoop#hadoop-alfredo;working@host: not found
> [ivy:resolve]           :: commons-daemon#commons-daemon;working@host: not found
> [ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
> Steps I followed:
> check out trunk
> build common/hdfs: mvn clean install -Pbintar -DskipTests
> build yarn/mapred: 
> mvn clean install assembly:assembly -DskipTests
> ant veryclean tar -Dresolvers=internal  ----> this fails

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