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 "Vinod Kumar Vavilapalli (Created) (JIRA)" <ji...@apache.org> on 2012/02/06 20:41:59 UTC

[jira] [Created] (MAPREDUCE-3818) Trunk MRV1 compilation is broken.

Trunk MRV1 compilation is broken.
---------------------------------

                 Key: MAPREDUCE-3818
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3818
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: build, test
    Affects Versions: 0.24.0
            Reporter: Vinod Kumar Vavilapalli
            Priority: Blocker
             Fix For: 0.24.0


Seeing this:
{code}
    [javac] /Users/vinodkv/Workspace/eclipse-workspace/apache-git/hadoop-common/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestSubmitJob.java:155: cannot find symbol
    [javac] symbol  : class ClientNamenodeWireProtocol
    [javac] location: class org.apache.hadoop.mapred.TestSubmitJob
    [javac]       RPC.getProxy(ClientNamenodeWireProtocol.class,
    [javac]                    ^
{code}

--
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] [Assigned] (MAPREDUCE-3818) Trunk MRV1 compilation is broken.

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

Suresh Srinivas reassigned MAPREDUCE-3818:
------------------------------------------

    Assignee: Suresh Srinivas
    
> Trunk MRV1 compilation is broken.
> ---------------------------------
>
>                 Key: MAPREDUCE-3818
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3818
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, test
>    Affects Versions: 0.24.0
>            Reporter: Vinod Kumar Vavilapalli
>            Assignee: Suresh Srinivas
>            Priority: Blocker
>             Fix For: 0.24.0
>
>         Attachments: MAPREDUCE-3818.txt
>
>
> Seeing this:
> {code}
>     [javac] /Users/vinodkv/Workspace/eclipse-workspace/apache-git/hadoop-common/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestSubmitJob.java:155: cannot find symbol
>     [javac] symbol  : class ClientNamenodeWireProtocol
>     [javac] location: class org.apache.hadoop.mapred.TestSubmitJob
>     [javac]       RPC.getProxy(ClientNamenodeWireProtocol.class,
>     [javac]                    ^
> {code}

--
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-3818) Trunk MRV1 compilation is broken.

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

Vinod Kumar Vavilapalli updated MAPREDUCE-3818:
-----------------------------------------------

      Resolution: Fixed
    Release Note: Fixed broken compilation in TestSubmitJob after the patch for HDFS-2895.
          Status: Resolved  (was: Patch Available)

Just committed this to trunk. Will see if and when 0.23 needs it.

Thanks Suresh!
                
> Trunk MRV1 compilation is broken.
> ---------------------------------
>
>                 Key: MAPREDUCE-3818
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3818
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, test
>    Affects Versions: 0.24.0
>            Reporter: Vinod Kumar Vavilapalli
>            Assignee: Suresh Srinivas
>            Priority: Blocker
>             Fix For: 0.24.0
>
>         Attachments: MAPREDUCE-3818.txt
>
>
> Seeing this:
> {code}
>     [javac] /Users/vinodkv/Workspace/eclipse-workspace/apache-git/hadoop-common/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestSubmitJob.java:155: cannot find symbol
>     [javac] symbol  : class ClientNamenodeWireProtocol
>     [javac] location: class org.apache.hadoop.mapred.TestSubmitJob
>     [javac]       RPC.getProxy(ClientNamenodeWireProtocol.class,
>     [javac]                    ^
> {code}

--
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-3818) Trunk MRV1 compilation is broken.

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

Vinod Kumar Vavilapalli commented on MAPREDUCE-3818:
----------------------------------------------------

I suspect MAPREDUCE-3822 is tracking the same TestJobCounters issues.

In any case, the patch is fixing TestSubmitJob and should not affect TestJobCounters.

I am pushing this in.
                
> Trunk MRV1 compilation is broken.
> ---------------------------------
>
>                 Key: MAPREDUCE-3818
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3818
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, test
>    Affects Versions: 0.24.0
>            Reporter: Vinod Kumar Vavilapalli
>            Assignee: Suresh Srinivas
>            Priority: Blocker
>             Fix For: 0.24.0
>
>         Attachments: MAPREDUCE-3818.txt
>
>
> Seeing this:
> {code}
>     [javac] /Users/vinodkv/Workspace/eclipse-workspace/apache-git/hadoop-common/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestSubmitJob.java:155: cannot find symbol
>     [javac] symbol  : class ClientNamenodeWireProtocol
>     [javac] location: class org.apache.hadoop.mapred.TestSubmitJob
>     [javac]       RPC.getProxy(ClientNamenodeWireProtocol.class,
>     [javac]                    ^
> {code}

--
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-3818) Trunk MRV1 compilation is broken.

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

Aaron T. Myers commented on MAPREDUCE-3818:
-------------------------------------------

Seems very likely this is due to the recent commit of HDFS-2895.
                
> Trunk MRV1 compilation is broken.
> ---------------------------------
>
>                 Key: MAPREDUCE-3818
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3818
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, test
>    Affects Versions: 0.24.0
>            Reporter: Vinod Kumar Vavilapalli
>            Priority: Blocker
>             Fix For: 0.24.0
>
>
> Seeing this:
> {code}
>     [javac] /Users/vinodkv/Workspace/eclipse-workspace/apache-git/hadoop-common/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestSubmitJob.java:155: cannot find symbol
>     [javac] symbol  : class ClientNamenodeWireProtocol
>     [javac] location: class org.apache.hadoop.mapred.TestSubmitJob
>     [javac]       RPC.getProxy(ClientNamenodeWireProtocol.class,
>     [javac]                    ^
> {code}

--
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-3818) Trunk MRV1 compilation is broken.

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

Hadoop QA commented on MAPREDUCE-3818:
--------------------------------------

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

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

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +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 failed these unit tests:
                  org.apache.hadoop.mapred.TestJobCounters

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

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

This message is automatically generated.
                
> Trunk MRV1 compilation is broken.
> ---------------------------------
>
>                 Key: MAPREDUCE-3818
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3818
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, test
>    Affects Versions: 0.24.0
>            Reporter: Vinod Kumar Vavilapalli
>            Assignee: Suresh Srinivas
>            Priority: Blocker
>             Fix For: 0.24.0
>
>         Attachments: MAPREDUCE-3818.txt
>
>
> Seeing this:
> {code}
>     [javac] /Users/vinodkv/Workspace/eclipse-workspace/apache-git/hadoop-common/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestSubmitJob.java:155: cannot find symbol
>     [javac] symbol  : class ClientNamenodeWireProtocol
>     [javac] location: class org.apache.hadoop.mapred.TestSubmitJob
>     [javac]       RPC.getProxy(ClientNamenodeWireProtocol.class,
>     [javac]                    ^
> {code}

--
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-3818) Trunk MRV1 compilation is broken.

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

Vinod Kumar Vavilapalli updated MAPREDUCE-3818:
-----------------------------------------------

    Hadoop Flags: Reviewed
          Status: Patch Available  (was: Open)

+1. This looks good. I can confirm that the compilation passes with the patch and fails without.

Jenkins won't run these tests, but just submitting in case it catches any warnings. Will commit it post that.
                
> Trunk MRV1 compilation is broken.
> ---------------------------------
>
>                 Key: MAPREDUCE-3818
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3818
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, test
>    Affects Versions: 0.24.0
>            Reporter: Vinod Kumar Vavilapalli
>            Assignee: Suresh Srinivas
>            Priority: Blocker
>             Fix For: 0.24.0
>
>         Attachments: MAPREDUCE-3818.txt
>
>
> Seeing this:
> {code}
>     [javac] /Users/vinodkv/Workspace/eclipse-workspace/apache-git/hadoop-common/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestSubmitJob.java:155: cannot find symbol
>     [javac] symbol  : class ClientNamenodeWireProtocol
>     [javac] location: class org.apache.hadoop.mapred.TestSubmitJob
>     [javac]       RPC.getProxy(ClientNamenodeWireProtocol.class,
>     [javac]                    ^
> {code}

--
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-3818) Trunk MRV1 compilation is broken.

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

Hudson commented on MAPREDUCE-3818:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #949 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/949/])
    MAPREDUCE-3818. Fixed broken compilation in TestSubmitJob after the patch for HDFS-2895. Contributed by Suresh Srinivas.

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1241253
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestSubmitJob.java

                
> Trunk MRV1 compilation is broken.
> ---------------------------------
>
>                 Key: MAPREDUCE-3818
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3818
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, test
>    Affects Versions: 0.24.0
>            Reporter: Vinod Kumar Vavilapalli
>            Assignee: Suresh Srinivas
>            Priority: Blocker
>             Fix For: 0.24.0
>
>         Attachments: MAPREDUCE-3818.txt
>
>
> Seeing this:
> {code}
>     [javac] /Users/vinodkv/Workspace/eclipse-workspace/apache-git/hadoop-common/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestSubmitJob.java:155: cannot find symbol
>     [javac] symbol  : class ClientNamenodeWireProtocol
>     [javac] location: class org.apache.hadoop.mapred.TestSubmitJob
>     [javac]       RPC.getProxy(ClientNamenodeWireProtocol.class,
>     [javac]                    ^
> {code}

--
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-3818) Trunk MRV1 compilation is broken.

Posted by "Tsz Wo (Nicholas), SZE (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated MAPREDUCE-3818:
----------------------------------------------

    Fix Version/s: 0.23.3

I have merged this to 0.23.
                
> Trunk MRV1 compilation is broken.
> ---------------------------------
>
>                 Key: MAPREDUCE-3818
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3818
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, test
>    Affects Versions: 0.24.0
>            Reporter: Vinod Kumar Vavilapalli
>            Assignee: Suresh Srinivas
>            Priority: Blocker
>             Fix For: 0.24.0, 0.23.3
>
>         Attachments: MAPREDUCE-3818.txt
>
>
> Seeing this:
> {code}
>     [javac] /Users/vinodkv/Workspace/eclipse-workspace/apache-git/hadoop-common/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestSubmitJob.java:155: cannot find symbol
>     [javac] symbol  : class ClientNamenodeWireProtocol
>     [javac] location: class org.apache.hadoop.mapred.TestSubmitJob
>     [javac]       RPC.getProxy(ClientNamenodeWireProtocol.class,
>     [javac]                    ^
> {code}

--
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-3818) Trunk MRV1 compilation is broken.

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

Hudson commented on MAPREDUCE-3818:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #1688 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1688/])
    MAPREDUCE-3818. Fixed broken compilation in TestSubmitJob after the patch for HDFS-2895. Contributed by Suresh Srinivas.

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1241253
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestSubmitJob.java

                
> Trunk MRV1 compilation is broken.
> ---------------------------------
>
>                 Key: MAPREDUCE-3818
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3818
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, test
>    Affects Versions: 0.24.0
>            Reporter: Vinod Kumar Vavilapalli
>            Assignee: Suresh Srinivas
>            Priority: Blocker
>             Fix For: 0.24.0
>
>         Attachments: MAPREDUCE-3818.txt
>
>
> Seeing this:
> {code}
>     [javac] /Users/vinodkv/Workspace/eclipse-workspace/apache-git/hadoop-common/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestSubmitJob.java:155: cannot find symbol
>     [javac] symbol  : class ClientNamenodeWireProtocol
>     [javac] location: class org.apache.hadoop.mapred.TestSubmitJob
>     [javac]       RPC.getProxy(ClientNamenodeWireProtocol.class,
>     [javac]                    ^
> {code}

--
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-3818) Trunk MRV1 compilation is broken.

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

Hudson commented on MAPREDUCE-3818:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1747 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1747/])
    MAPREDUCE-3818. Fixed broken compilation in TestSubmitJob after the patch for HDFS-2895. Contributed by Suresh Srinivas.

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1241253
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestSubmitJob.java

                
> Trunk MRV1 compilation is broken.
> ---------------------------------
>
>                 Key: MAPREDUCE-3818
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3818
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, test
>    Affects Versions: 0.24.0
>            Reporter: Vinod Kumar Vavilapalli
>            Assignee: Suresh Srinivas
>            Priority: Blocker
>             Fix For: 0.24.0
>
>         Attachments: MAPREDUCE-3818.txt
>
>
> Seeing this:
> {code}
>     [javac] /Users/vinodkv/Workspace/eclipse-workspace/apache-git/hadoop-common/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestSubmitJob.java:155: cannot find symbol
>     [javac] symbol  : class ClientNamenodeWireProtocol
>     [javac] location: class org.apache.hadoop.mapred.TestSubmitJob
>     [javac]       RPC.getProxy(ClientNamenodeWireProtocol.class,
>     [javac]                    ^
> {code}

--
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-3818) Trunk MRV1 compilation is broken.

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

Hudson commented on MAPREDUCE-3818:
-----------------------------------

Integrated in Hadoop-Common-trunk-Commit #1674 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1674/])
    MAPREDUCE-3818. Fixed broken compilation in TestSubmitJob after the patch for HDFS-2895. Contributed by Suresh Srinivas.

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1241253
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestSubmitJob.java

                
> Trunk MRV1 compilation is broken.
> ---------------------------------
>
>                 Key: MAPREDUCE-3818
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3818
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, test
>    Affects Versions: 0.24.0
>            Reporter: Vinod Kumar Vavilapalli
>            Assignee: Suresh Srinivas
>            Priority: Blocker
>             Fix For: 0.24.0
>
>         Attachments: MAPREDUCE-3818.txt
>
>
> Seeing this:
> {code}
>     [javac] /Users/vinodkv/Workspace/eclipse-workspace/apache-git/hadoop-common/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestSubmitJob.java:155: cannot find symbol
>     [javac] symbol  : class ClientNamenodeWireProtocol
>     [javac] location: class org.apache.hadoop.mapred.TestSubmitJob
>     [javac]       RPC.getProxy(ClientNamenodeWireProtocol.class,
>     [javac]                    ^
> {code}

--
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-3818) Trunk MRV1 compilation is broken.

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

Hudson commented on MAPREDUCE-3818:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #982 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/982/])
    MAPREDUCE-3818. Fixed broken compilation in TestSubmitJob after the patch for HDFS-2895. Contributed by Suresh Srinivas.

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1241253
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestSubmitJob.java

                
> Trunk MRV1 compilation is broken.
> ---------------------------------
>
>                 Key: MAPREDUCE-3818
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3818
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, test
>    Affects Versions: 0.24.0
>            Reporter: Vinod Kumar Vavilapalli
>            Assignee: Suresh Srinivas
>            Priority: Blocker
>             Fix For: 0.24.0
>
>         Attachments: MAPREDUCE-3818.txt
>
>
> Seeing this:
> {code}
>     [javac] /Users/vinodkv/Workspace/eclipse-workspace/apache-git/hadoop-common/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestSubmitJob.java:155: cannot find symbol
>     [javac] symbol  : class ClientNamenodeWireProtocol
>     [javac] location: class org.apache.hadoop.mapred.TestSubmitJob
>     [javac]       RPC.getProxy(ClientNamenodeWireProtocol.class,
>     [javac]                    ^
> {code}

--
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-3818) Trunk MRV1 compilation is broken.

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

Suresh Srinivas updated MAPREDUCE-3818:
---------------------------------------

    Attachment: MAPREDUCE-3818.txt

DFSClient, ClientProtocol etc. is is classified as private interface. The tests should be using FileSystem interface. We should create a bug to track this.

Vinod, can you please run a quick validation for this patch and commit it. I do not have my mapreduce env completely setup.
                
> Trunk MRV1 compilation is broken.
> ---------------------------------
>
>                 Key: MAPREDUCE-3818
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3818
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, test
>    Affects Versions: 0.24.0
>            Reporter: Vinod Kumar Vavilapalli
>            Priority: Blocker
>             Fix For: 0.24.0
>
>         Attachments: MAPREDUCE-3818.txt
>
>
> Seeing this:
> {code}
>     [javac] /Users/vinodkv/Workspace/eclipse-workspace/apache-git/hadoop-common/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestSubmitJob.java:155: cannot find symbol
>     [javac] symbol  : class ClientNamenodeWireProtocol
>     [javac] location: class org.apache.hadoop.mapred.TestSubmitJob
>     [javac]       RPC.getProxy(ClientNamenodeWireProtocol.class,
>     [javac]                    ^
> {code}

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