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 "Suresh Srinivas (Created) (JIRA)" <ji...@apache.org> on 2012/02/11 21:54:59 UTC

[jira] [Created] (MAPREDUCE-3855) TestSubmitJob should use DistributedFileSystem

TestSubmitJob should use DistributedFileSystem
----------------------------------------------

                 Key: MAPREDUCE-3855
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3855
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: test
    Affects Versions: 0.24.0
            Reporter: Suresh Srinivas
            Priority: Minor


TestSubmitJob uses ClientNamenodeProtocolTranslatorPB which is marked InterfaceAudience.Private. This causes build failures in mapreduce when HDFS changes internal/private classes. Test should be changed to use FileSystem.

--
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-3855) TestSubmitJob should use FileSystem instead of private HDFS classes.

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

Uma Maheswara Rao G resolved MAPREDUCE-3855.
--------------------------------------------

    Resolution: Duplicate

I just verified MAPREDUCE-3974, that will fix this issue.
Thanks Aaron for the patch, marking this as duplicate.
                
> TestSubmitJob should use FileSystem instead of private HDFS classes.
> --------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3855
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3855
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv1, test
>    Affects Versions: 0.24.0
>            Reporter: Suresh Srinivas
>            Assignee: Uma Maheswara Rao G
>            Priority: Minor
>
> TestSubmitJob uses ClientNamenodeProtocolTranslatorPB which is marked InterfaceAudience.Private. This causes build failures in mapreduce when HDFS changes internal/private classes. Test should be changed to use FileSystem.

--
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-3855) TestSubmitJob should use FileSystem instead of private HDFS classes.

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

Uma Maheswara Rao G commented on MAPREDUCE-3855:
------------------------------------------------

Hi Suresh,
I will take a look. As part of HDFS-2928, i may need to support non retry-able proxy inside ClientNamenodeProtocolTranslatorPB. As it is private, i was planning to pass the flag for retry in constructor. That may break this test. Thanks for noticing it.
                
> TestSubmitJob should use FileSystem instead of private HDFS classes.
> --------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3855
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3855
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.24.0
>            Reporter: Suresh Srinivas
>            Priority: Minor
>
> TestSubmitJob uses ClientNamenodeProtocolTranslatorPB which is marked InterfaceAudience.Private. This causes build failures in mapreduce when HDFS changes internal/private classes. Test should be changed to use FileSystem.

--
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-3855) TestSubmitJob should use FileSystem instead of private HDFS classes.

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

Uma Maheswara Rao G updated MAPREDUCE-3855:
-------------------------------------------

    Component/s:     (was: mrv2)
                 mrv1
    
> TestSubmitJob should use FileSystem instead of private HDFS classes.
> --------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3855
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3855
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv1, test
>    Affects Versions: 0.24.0
>            Reporter: Suresh Srinivas
>            Assignee: Uma Maheswara Rao G
>            Priority: Minor
>
> TestSubmitJob uses ClientNamenodeProtocolTranslatorPB which is marked InterfaceAudience.Private. This causes build failures in mapreduce when HDFS changes internal/private classes. Test should be changed to use FileSystem.

--
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-3855) TestSubmitJob should use FileSystem instead of private HDFS classes.

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

Mahadev konar updated MAPREDUCE-3855:
-------------------------------------

    Component/s: mrv2
    
> TestSubmitJob should use FileSystem instead of private HDFS classes.
> --------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3855
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3855
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2, test
>    Affects Versions: 0.24.0
>            Reporter: Suresh Srinivas
>            Assignee: Uma Maheswara Rao G
>            Priority: Minor
>
> TestSubmitJob uses ClientNamenodeProtocolTranslatorPB which is marked InterfaceAudience.Private. This causes build failures in mapreduce when HDFS changes internal/private classes. Test should be changed to use FileSystem.

--
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-3855) TestSubmitJob should use FileSystem instead of private HDFS classes.

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

Mahadev konar reassigned MAPREDUCE-3855:
----------------------------------------

    Assignee: Uma Maheswara Rao G
    
> TestSubmitJob should use FileSystem instead of private HDFS classes.
> --------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3855
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3855
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2, test
>    Affects Versions: 0.24.0
>            Reporter: Suresh Srinivas
>            Assignee: Uma Maheswara Rao G
>            Priority: Minor
>
> TestSubmitJob uses ClientNamenodeProtocolTranslatorPB which is marked InterfaceAudience.Private. This causes build failures in mapreduce when HDFS changes internal/private classes. Test should be changed to use FileSystem.

--
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-3855) TestSubmitJob should use FileSystem instead of private HDFS classes.

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

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

Ah, sorry. Didn't know about this issue. Thanks for resolving this one, Uma.
                
> TestSubmitJob should use FileSystem instead of private HDFS classes.
> --------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3855
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3855
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv1, test
>    Affects Versions: 0.24.0
>            Reporter: Suresh Srinivas
>            Assignee: Uma Maheswara Rao G
>            Priority: Minor
>
> TestSubmitJob uses ClientNamenodeProtocolTranslatorPB which is marked InterfaceAudience.Private. This causes build failures in mapreduce when HDFS changes internal/private classes. Test should be changed to use FileSystem.

--
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-3855) TestSubmitJob should use FileSystem instead of private HDFS classes.

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

Suresh Srinivas updated MAPREDUCE-3855:
---------------------------------------

    Summary: TestSubmitJob should use FileSystem instead of private HDFS classes.  (was: TestSubmitJob should use DistributedFileSystem)
    
> TestSubmitJob should use FileSystem instead of private HDFS classes.
> --------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3855
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3855
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.24.0
>            Reporter: Suresh Srinivas
>            Priority: Minor
>
> TestSubmitJob uses ClientNamenodeProtocolTranslatorPB which is marked InterfaceAudience.Private. This causes build failures in mapreduce when HDFS changes internal/private classes. Test should be changed to use FileSystem.

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