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 "Alejandro Abdelnur (Created) (JIRA)" <ji...@apache.org> on 2011/12/14 01:13:29 UTC

[jira] [Created] (MAPREDUCE-3544) gridmix build is broken, requires hadoop-archives to be added as ivy dependency

gridmix build is broken, requires hadoop-archives to be added as ivy dependency
-------------------------------------------------------------------------------

                 Key: MAPREDUCE-3544
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3544
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: build, tools/rumen
    Affects Versions: 0.23.1, 0.24.0
            Reporter: Alejandro Abdelnur
            Assignee: Alejandro Abdelnur
             Fix For: 0.23.1, 0.24.0


Having moved HAR/HadoopArchives to common/tools makes gridmix to fail as HadoopArchives is not in the mr1 classpath anymore.

hadoop-archives artifact should be added to gridmix dependencies


--
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] (MAPREDUCE-3544) gridmix build is broken, requires hadoop-archives to be added as ivy dependency

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

Alejandro Abdelnur commented on MAPREDUCE-3544:
-----------------------------------------------

regarding jenkins -1 on tests, this patch modifies the build.
                
> gridmix build is broken, requires hadoop-archives to be added as ivy dependency
> -------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3544
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3544
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, tools/rumen
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3544.patch
>
>
> Having moved HAR/HadoopArchives to common/tools makes gridmix to fail as HadoopArchives is not in the mr1 classpath anymore.
> hadoop-archives artifact should be added to gridmix dependencies

--
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] [Updated] (MAPREDUCE-3544) gridmix build is broken, requires hadoop-archives to be added as ivy dependency

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

Alejandro Abdelnur updated MAPREDUCE-3544:
------------------------------------------

    Status: Patch Available  (was: Open)
    
> gridmix build is broken, requires hadoop-archives to be added as ivy dependency
> -------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3544
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3544
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, tools/rumen
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3544.patch
>
>
> Having moved HAR/HadoopArchives to common/tools makes gridmix to fail as HadoopArchives is not in the mr1 classpath anymore.
> hadoop-archives artifact should be added to gridmix dependencies

--
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] (MAPREDUCE-3544) gridmix build is broken, requires hadoop-archives to be added as ivy dependency

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

Eli Collins commented on MAPREDUCE-3544:
----------------------------------------

+1 pending jenkins
                
> gridmix build is broken, requires hadoop-archives to be added as ivy dependency
> -------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3544
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3544
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, tools/rumen
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3544.patch
>
>
> Having moved HAR/HadoopArchives to common/tools makes gridmix to fail as HadoopArchives is not in the mr1 classpath anymore.
> hadoop-archives artifact should be added to gridmix dependencies

--
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] (MAPREDUCE-3544) gridmix build is broken, requires hadoop-archives to be added as ivy dependency

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

Hudson commented on MAPREDUCE-3544:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #1445 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1445/])
    MAPREDUCE-3544. gridmix build is broken, requires hadoop-archives to be added as ivy dependency. (tucu)

tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1214017
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/contrib/gridmix/ivy.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/src/contrib/raid/ivy.xml

                
> gridmix build is broken, requires hadoop-archives to be added as ivy dependency
> -------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3544
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3544
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, tools/rumen
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3544.patch
>
>
> Having moved HAR/HadoopArchives to common/tools makes gridmix to fail as HadoopArchives is not in the mr1 classpath anymore.
> hadoop-archives artifact should be added to gridmix dependencies

--
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] (MAPREDUCE-3544) gridmix build is broken, requires hadoop-archives to be added as ivy dependency

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

Hadoop QA commented on MAPREDUCE-3544:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12507269/MAPREDUCE-3544.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed unit tests in .

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1439//testReport/
Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1439//console

This message is automatically generated.
                
> gridmix build is broken, requires hadoop-archives to be added as ivy dependency
> -------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3544
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3544
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, tools/rumen
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3544.patch
>
>
> Having moved HAR/HadoopArchives to common/tools makes gridmix to fail as HadoopArchives is not in the mr1 classpath anymore.
> hadoop-archives artifact should be added to gridmix dependencies

--
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] (MAPREDUCE-3544) gridmix build is broken, requires hadoop-archives to be added as ivy dependency

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

Hudson commented on MAPREDUCE-3544:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Commit #272 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/272/])
    Merge -r 1214016:1214017 from trunk to branch. FIXES: MAPREDUCE-3544

tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1214019
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/contrib/gridmix/ivy.xml
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/contrib/raid/ivy.xml

                
> gridmix build is broken, requires hadoop-archives to be added as ivy dependency
> -------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3544
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3544
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, tools/rumen
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3544.patch
>
>
> Having moved HAR/HadoopArchives to common/tools makes gridmix to fail as HadoopArchives is not in the mr1 classpath anymore.
> hadoop-archives artifact should be added to gridmix dependencies

--
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] (MAPREDUCE-3544) gridmix build is broken, requires hadoop-archives to be added as ivy dependency

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

Hudson commented on MAPREDUCE-3544:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1495 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1495/])
    MAPREDUCE-3544. gridmix build is broken, requires hadoop-archives to be added as ivy dependency. (tucu)

tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1214017
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/contrib/gridmix/ivy.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/src/contrib/raid/ivy.xml

                
> gridmix build is broken, requires hadoop-archives to be added as ivy dependency
> -------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3544
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3544
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, tools/rumen
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3544.patch
>
>
> Having moved HAR/HadoopArchives to common/tools makes gridmix to fail as HadoopArchives is not in the mr1 classpath anymore.
> hadoop-archives artifact should be added to gridmix dependencies

--
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] (MAPREDUCE-3544) gridmix build is broken, requires hadoop-archives to be added as ivy dependency

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

Hudson commented on MAPREDUCE-3544:
-----------------------------------

Integrated in Hadoop-Common-trunk-Commit #1421 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1421/])
    MAPREDUCE-3544. gridmix build is broken, requires hadoop-archives to be added as ivy dependency. (tucu)

tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1214017
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/contrib/gridmix/ivy.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/src/contrib/raid/ivy.xml

                
> gridmix build is broken, requires hadoop-archives to be added as ivy dependency
> -------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3544
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3544
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, tools/rumen
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3544.patch
>
>
> Having moved HAR/HadoopArchives to common/tools makes gridmix to fail as HadoopArchives is not in the mr1 classpath anymore.
> hadoop-archives artifact should be added to gridmix dependencies

--
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] (MAPREDUCE-3544) gridmix build is broken, requires hadoop-archives to be added as ivy dependency

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

Hudson commented on MAPREDUCE-3544:
-----------------------------------

Integrated in Hadoop-Mapreduce-0.23-Build #125 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/125/])
    Merge -r 1214016:1214017 from trunk to branch. FIXES: MAPREDUCE-3544

tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1214019
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/contrib/gridmix/ivy.xml
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/contrib/raid/ivy.xml

                
> gridmix build is broken, requires hadoop-archives to be added as ivy dependency
> -------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3544
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3544
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, tools/rumen
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3544.patch
>
>
> Having moved HAR/HadoopArchives to common/tools makes gridmix to fail as HadoopArchives is not in the mr1 classpath anymore.
> hadoop-archives artifact should be added to gridmix dependencies

--
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] [Updated] (MAPREDUCE-3544) gridmix build is broken, requires hadoop-archives to be added as ivy dependency

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

Alejandro Abdelnur updated MAPREDUCE-3544:
------------------------------------------

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

committed to trunk and branch-0.23
                
> gridmix build is broken, requires hadoop-archives to be added as ivy dependency
> -------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3544
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3544
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, tools/rumen
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3544.patch
>
>
> Having moved HAR/HadoopArchives to common/tools makes gridmix to fail as HadoopArchives is not in the mr1 classpath anymore.
> hadoop-archives artifact should be added to gridmix dependencies

--
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] (MAPREDUCE-3544) gridmix build is broken, requires hadoop-archives to be added as ivy dependency

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

Hudson commented on MAPREDUCE-3544:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #894 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/894/])
    MAPREDUCE-3544. gridmix build is broken, requires hadoop-archives to be added as ivy dependency. (tucu)

tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1214017
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/contrib/gridmix/ivy.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/src/contrib/raid/ivy.xml

                
> gridmix build is broken, requires hadoop-archives to be added as ivy dependency
> -------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3544
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3544
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, tools/rumen
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3544.patch
>
>
> Having moved HAR/HadoopArchives to common/tools makes gridmix to fail as HadoopArchives is not in the mr1 classpath anymore.
> hadoop-archives artifact should be added to gridmix dependencies

--
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] (MAPREDUCE-3544) gridmix build is broken, requires hadoop-archives to be added as ivy dependency

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

Hudson commented on MAPREDUCE-3544:
-----------------------------------

Integrated in Hadoop-Mapreduce-0.23-Commit #294 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Commit/294/])
    Merge -r 1214016:1214017 from trunk to branch. FIXES: MAPREDUCE-3544

tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1214019
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/contrib/gridmix/ivy.xml
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/contrib/raid/ivy.xml

                
> gridmix build is broken, requires hadoop-archives to be added as ivy dependency
> -------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3544
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3544
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, tools/rumen
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3544.patch
>
>
> Having moved HAR/HadoopArchives to common/tools makes gridmix to fail as HadoopArchives is not in the mr1 classpath anymore.
> hadoop-archives artifact should be added to gridmix dependencies

--
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] [Updated] (MAPREDUCE-3544) gridmix build is broken, requires hadoop-archives to be added as ivy dependency

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

Alejandro Abdelnur updated MAPREDUCE-3544:
------------------------------------------

    Attachment: MAPREDUCE-3544.patch

adding hadoop-archives as dependency for gridmix and raid.
                
> gridmix build is broken, requires hadoop-archives to be added as ivy dependency
> -------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3544
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3544
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, tools/rumen
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3544.patch
>
>
> Having moved HAR/HadoopArchives to common/tools makes gridmix to fail as HadoopArchives is not in the mr1 classpath anymore.
> hadoop-archives artifact should be added to gridmix dependencies

--
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] (MAPREDUCE-3544) gridmix build is broken, requires hadoop-archives to be added as ivy dependency

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

Hudson commented on MAPREDUCE-3544:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #927 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/927/])
    MAPREDUCE-3544. gridmix build is broken, requires hadoop-archives to be added as ivy dependency. (tucu)

tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1214017
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/contrib/gridmix/ivy.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/src/contrib/raid/ivy.xml

                
> gridmix build is broken, requires hadoop-archives to be added as ivy dependency
> -------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3544
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3544
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, tools/rumen
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3544.patch
>
>
> Having moved HAR/HadoopArchives to common/tools makes gridmix to fail as HadoopArchives is not in the mr1 classpath anymore.
> hadoop-archives artifact should be added to gridmix dependencies

--
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] (MAPREDUCE-3544) gridmix build is broken, requires hadoop-archives to be added as ivy dependency

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

Hudson commented on MAPREDUCE-3544:
-----------------------------------

Integrated in Hadoop-Common-0.23-Commit #282 (See [https://builds.apache.org/job/Hadoop-Common-0.23-Commit/282/])
    Merge -r 1214016:1214017 from trunk to branch. FIXES: MAPREDUCE-3544

tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1214019
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/contrib/gridmix/ivy.xml
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/contrib/raid/ivy.xml

                
> gridmix build is broken, requires hadoop-archives to be added as ivy dependency
> -------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3544
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3544
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, tools/rumen
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3544.patch
>
>
> Having moved HAR/HadoopArchives to common/tools makes gridmix to fail as HadoopArchives is not in the mr1 classpath anymore.
> hadoop-archives artifact should be added to gridmix dependencies

--
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] (MAPREDUCE-3544) gridmix build is broken, requires hadoop-archives to be added as ivy dependency

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

Hudson commented on MAPREDUCE-3544:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Build #107 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/107/])
    Merge -r 1214016:1214017 from trunk to branch. FIXES: MAPREDUCE-3544

tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1214019
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/contrib/gridmix/ivy.xml
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/contrib/raid/ivy.xml

                
> gridmix build is broken, requires hadoop-archives to be added as ivy dependency
> -------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3544
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3544
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, tools/rumen
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3544.patch
>
>
> Having moved HAR/HadoopArchives to common/tools makes gridmix to fail as HadoopArchives is not in the mr1 classpath anymore.
> hadoop-archives artifact should be added to gridmix dependencies

--
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] [Updated] (MAPREDUCE-3544) gridmix build is broken, requires hadoop-archives to be added as ivy dependency

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

Alejandro Abdelnur updated MAPREDUCE-3544:
------------------------------------------

    Fix Version/s:     (was: 0.24.0)
    
> gridmix build is broken, requires hadoop-archives to be added as ivy dependency
> -------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3544
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3544
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, tools/rumen
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3544.patch
>
>
> Having moved HAR/HadoopArchives to common/tools makes gridmix to fail as HadoopArchives is not in the mr1 classpath anymore.
> hadoop-archives artifact should be added to gridmix dependencies

--
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