[ 
https://issues.apache.org/jira/browse/MAPREDUCE-4202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daryn Sharp updated MAPREDUCE-4202:
-----------------------------------

    Attachment: MAPREDUCE-4202-1.patch

Essentially revert service provider behavior, and update test since a cluster 
with no config key isn't supposed to fail, but rather instantiate a local job 
runner.

The test was assuming that _any_ failure meant the cluster failed to init due 
to the missing framework key.  Yet the service provider assumes an undefined 
framework key means a local runner.  The test was really failing due to 
{{fs.file.impl}} not being defined.  The jira mentioned by Bobby introduced a 
service provider for filesystems, so now the instantiation of the local fs does 
not fail.  That causes the test to erroneously fail.
                
> TestYarnClientProtocolProvider is broken
> ----------------------------------------
>
>                 Key: MAPREDUCE-4202
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4202
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.24.0
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: MAPREDUCE-4202-1.patch, MAPREDUCE-4202.patch
>
>
> The test fails because a cluster is unexpectedly created with an empty conf.

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

        

Reply via email to