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 "Todd Lipcon (JIRA)" <ji...@apache.org> on 2011/08/26 00:34:30 UTC

[jira] [Created] (MAPREDUCE-2882) TestLineRecordReader depends on ant jars

TestLineRecordReader depends on ant jars
----------------------------------------

                 Key: MAPREDUCE-2882
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2882
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: test
    Affects Versions: 0.23.0
            Reporter: Todd Lipcon
            Assignee: Todd Lipcon
            Priority: Minor
             Fix For: 0.23.0


This test is currently importing an ant utility class to read a file - this dependency doesn't work in mavenized land.

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

        

[jira] [Updated] (MAPREDUCE-2882) TestLineRecordReader depends on ant jars

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

Todd Lipcon updated MAPREDUCE-2882:
-----------------------------------

    Attachment: mr-2882.txt

Trivial fix to use our own such function

> TestLineRecordReader depends on ant jars
> ----------------------------------------
>
>                 Key: MAPREDUCE-2882
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2882
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: mr-2882.txt
>
>
> This test is currently importing an ant utility class to read a file - this dependency doesn't work in mavenized land.

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

        

[jira] [Commented] (MAPREDUCE-2882) TestLineRecordReader depends on ant jars

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

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

Todd, shouldn't we commit this to 0.23 also?

> TestLineRecordReader depends on ant jars
> ----------------------------------------
>
>                 Key: MAPREDUCE-2882
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2882
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: mr-2882.txt
>
>
> This test is currently importing an ant utility class to read a file - this dependency doesn't work in mavenized land.

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

        

[jira] [Commented] (MAPREDUCE-2882) TestLineRecordReader depends on ant jars

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

Hudson commented on MAPREDUCE-2882:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #908 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/908/])
    MAPREDUCE-2882. TestLineRecordReader depends on ant jars. Contributed by Todd Lipcon.

todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1165449
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestLineRecordReader.java
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/UtilsForTests.java
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/lib/input/TestLineRecordReader.java


> TestLineRecordReader depends on ant jars
> ----------------------------------------
>
>                 Key: MAPREDUCE-2882
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2882
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: mr-2882.txt
>
>
> This test is currently importing an ant utility class to read a file - this dependency doesn't work in mavenized land.

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

        

[jira] [Commented] (MAPREDUCE-2882) TestLineRecordReader depends on ant jars

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

Hudson commented on MAPREDUCE-2882:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #841 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/841/])
    MAPREDUCE-2882. TestLineRecordReader depends on ant jars. Contributed by Todd Lipcon.

todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1165449
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestLineRecordReader.java
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/UtilsForTests.java
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/lib/input/TestLineRecordReader.java


> TestLineRecordReader depends on ant jars
> ----------------------------------------
>
>                 Key: MAPREDUCE-2882
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2882
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: mr-2882.txt
>
>
> This test is currently importing an ant utility class to read a file - this dependency doesn't work in mavenized land.

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

        

[jira] [Commented] (MAPREDUCE-2882) TestLineRecordReader depends on ant jars

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

Hudson commented on MAPREDUCE-2882:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #785 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/785/])
    MAPREDUCE-2882. TestLineRecordReader depends on ant jars. Contributed by Todd Lipcon.

todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1165449
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestLineRecordReader.java
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/UtilsForTests.java
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/lib/input/TestLineRecordReader.java


> TestLineRecordReader depends on ant jars
> ----------------------------------------
>
>                 Key: MAPREDUCE-2882
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2882
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: mr-2882.txt
>
>
> This test is currently importing an ant utility class to read a file - this dependency doesn't work in mavenized land.

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

        

[jira] [Resolved] (MAPREDUCE-2882) TestLineRecordReader depends on ant jars

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

Todd Lipcon resolved MAPREDUCE-2882.
------------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

> TestLineRecordReader depends on ant jars
> ----------------------------------------
>
>                 Key: MAPREDUCE-2882
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2882
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: mr-2882.txt
>
>
> This test is currently importing an ant utility class to read a file - this dependency doesn't work in mavenized land.

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

        

[jira] [Commented] (MAPREDUCE-2882) TestLineRecordReader depends on ant jars

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

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

+1

> TestLineRecordReader depends on ant jars
> ----------------------------------------
>
>                 Key: MAPREDUCE-2882
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2882
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: mr-2882.txt
>
>
> This test is currently importing an ant utility class to read a file - this dependency doesn't work in mavenized land.

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

        

[jira] [Commented] (MAPREDUCE-2882) TestLineRecordReader depends on ant jars

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

Hudson commented on MAPREDUCE-2882:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #808 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/808/])
    MAPREDUCE-2882. TestLineRecordReader depends on ant jars. Contributed by Todd Lipcon.

todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1165449
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestLineRecordReader.java
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/UtilsForTests.java
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/lib/input/TestLineRecordReader.java


> TestLineRecordReader depends on ant jars
> ----------------------------------------
>
>                 Key: MAPREDUCE-2882
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2882
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: mr-2882.txt
>
>
> This test is currently importing an ant utility class to read a file - this dependency doesn't work in mavenized land.

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

        

[jira] [Commented] (MAPREDUCE-2882) TestLineRecordReader depends on ant jars

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

Todd Lipcon commented on MAPREDUCE-2882:
----------------------------------------

Yes, I did commit this to both trunk and 23. I think the integration build for 23 only runs nightly, hence no comment yet.

> TestLineRecordReader depends on ant jars
> ----------------------------------------
>
>                 Key: MAPREDUCE-2882
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2882
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: mr-2882.txt
>
>
> This test is currently importing an ant utility class to read a file - this dependency doesn't work in mavenized land.

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