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 "John George (Created) (JIRA)" <ji...@apache.org> on 2011/11/23 03:24:39 UTC

[jira] [Created] (MAPREDUCE-3459) ant build is broken in branch-23

ant build is broken in branch-23
--------------------------------

                 Key: MAPREDUCE-3459
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3459
             Project: Hadoop Map/Reduce
          Issue Type: Bug
    Affects Versions: 0.23.0
            Reporter: John George


ant build is broken in 0.23. A small snippet:

  [javac] Compiling 330 source files to /home/<>/hadoop/branch-0.23/hadoop-mapreduce-project/build/test/mapred/classes
    [javac] /home/<>/hadoop/branch-0.23/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/NotificationTestCase.java:28: cannot find symbol
    [javac] symbol  : class MapReduceTestUtil
    [javac] location: package org.apache.hadoop.mapreduce
    [javac] import org.apache.hadoop.mapreduce.MapReduceTestUtil;
    [javac]                                   ^
    [javac] /home/<>/hadoop/branch-0.23/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestBadRecords.java:43: cannot find symbol

    [javac] symbol: class ClusterMapReduceTestCase
    [javac] public class TestBadRecords extends ClusterMapReduceTestCase {
    [javac]                                     ^


--
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-3459) ant build is broken in branch-23

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

Mahadev konar commented on MAPREDUCE-3459:
------------------------------------------

I just tried it out, I dont see the issue either. 
                
> ant build is broken in branch-23
> --------------------------------
>
>                 Key: MAPREDUCE-3459
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3459
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.23.0
>            Reporter: John George
>
> ant build is broken in 0.23. A small snippet:
>   [javac] Compiling 330 source files to /home/<>/hadoop/branch-0.23/hadoop-mapreduce-project/build/test/mapred/classes
>     [javac] /home/<>/hadoop/branch-0.23/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/NotificationTestCase.java:28: cannot find symbol
>     [javac] symbol  : class MapReduceTestUtil
>     [javac] location: package org.apache.hadoop.mapreduce
>     [javac] import org.apache.hadoop.mapreduce.MapReduceTestUtil;
>     [javac]                                   ^
>     [javac] /home/<>/hadoop/branch-0.23/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestBadRecords.java:43: cannot find symbol
>     [javac] symbol: class ClusterMapReduceTestCase
>     [javac] public class TestBadRecords extends ClusterMapReduceTestCase {
>     [javac]                                     ^

--
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] [Resolved] (MAPREDUCE-3459) ant build is broken in branch-23

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

John George resolved MAPREDUCE-3459.
------------------------------------

    Resolution: Invalid
    
> ant build is broken in branch-23
> --------------------------------
>
>                 Key: MAPREDUCE-3459
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3459
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.23.0
>            Reporter: John George
>
> ant build is broken in 0.23. A small snippet:
>   [javac] Compiling 330 source files to /home/<>/hadoop/branch-0.23/hadoop-mapreduce-project/build/test/mapred/classes
>     [javac] /home/<>/hadoop/branch-0.23/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/NotificationTestCase.java:28: cannot find symbol
>     [javac] symbol  : class MapReduceTestUtil
>     [javac] location: package org.apache.hadoop.mapreduce
>     [javac] import org.apache.hadoop.mapreduce.MapReduceTestUtil;
>     [javac]                                   ^
>     [javac] /home/<>/hadoop/branch-0.23/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestBadRecords.java:43: cannot find symbol
>     [javac] symbol: class ClusterMapReduceTestCase
>     [javac] public class TestBadRecords extends ClusterMapReduceTestCase {
>     [javac]                                     ^

--
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-3459) ant build is broken in branch-23

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

John George commented on MAPREDUCE-3459:
----------------------------------------

Yep - cleaned up my caches and it worked! Thanks for trying Mahadev and Hitesh.
                
> ant build is broken in branch-23
> --------------------------------
>
>                 Key: MAPREDUCE-3459
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3459
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.23.0
>            Reporter: John George
>
> ant build is broken in 0.23. A small snippet:
>   [javac] Compiling 330 source files to /home/<>/hadoop/branch-0.23/hadoop-mapreduce-project/build/test/mapred/classes
>     [javac] /home/<>/hadoop/branch-0.23/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/NotificationTestCase.java:28: cannot find symbol
>     [javac] symbol  : class MapReduceTestUtil
>     [javac] location: package org.apache.hadoop.mapreduce
>     [javac] import org.apache.hadoop.mapreduce.MapReduceTestUtil;
>     [javac]                                   ^
>     [javac] /home/<>/hadoop/branch-0.23/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestBadRecords.java:43: cannot find symbol
>     [javac] symbol: class ClusterMapReduceTestCase
>     [javac] public class TestBadRecords extends ClusterMapReduceTestCase {
>     [javac]                                     ^

--
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-3459) ant build is broken in branch-23

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

Hitesh Shah commented on MAPREDUCE-3459:
----------------------------------------

Seems a dup of MAPREDUCE-3444. Could you purge your ivy cache and retry? 


                
> ant build is broken in branch-23
> --------------------------------
>
>                 Key: MAPREDUCE-3459
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3459
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.23.0
>            Reporter: John George
>
> ant build is broken in 0.23. A small snippet:
>   [javac] Compiling 330 source files to /home/<>/hadoop/branch-0.23/hadoop-mapreduce-project/build/test/mapred/classes
>     [javac] /home/<>/hadoop/branch-0.23/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/NotificationTestCase.java:28: cannot find symbol
>     [javac] symbol  : class MapReduceTestUtil
>     [javac] location: package org.apache.hadoop.mapreduce
>     [javac] import org.apache.hadoop.mapreduce.MapReduceTestUtil;
>     [javac]                                   ^
>     [javac] /home/<>/hadoop/branch-0.23/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestBadRecords.java:43: cannot find symbol
>     [javac] symbol: class ClusterMapReduceTestCase
>     [javac] public class TestBadRecords extends ClusterMapReduceTestCase {
>     [javac]                                     ^

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