[jira] [Updated] (MAPREDUCE-4202) TestYarnClientProtocolProvider is broken

2012-05-01 Thread Robert Joseph Evans (JIRA)

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

Robert Joseph Evans updated MAPREDUCE-4202:
---

  Resolution: Fixed
   Fix Version/s: 3.0.0
  2.0.0
Target Version/s: 2.0.0, 3.0.0  (was: 0.24.0)
  Status: Resolved  (was: Patch Available)

Thanks Daryn,

I put this into trunk, and branch-2

 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
 Fix For: 2.0.0, 3.0.0

 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




[jira] [Updated] (MAPREDUCE-4202) TestYarnClientProtocolProvider is broken

2012-04-27 Thread Robert Joseph Evans (JIRA)

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

Robert Joseph Evans updated MAPREDUCE-4202:
---

Status: Open  (was: Patch Available)

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




[jira] [Updated] (MAPREDUCE-4202) TestYarnClientProtocolProvider is broken

2012-04-27 Thread Daryn Sharp (JIRA)

 [ 
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




[jira] [Updated] (MAPREDUCE-4202) TestYarnClientProtocolProvider is broken

2012-04-27 Thread Robert Joseph Evans (JIRA)

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

Robert Joseph Evans updated MAPREDUCE-4202:
---

Status: Patch Available  (was: Open)

Kicking Jenkins

 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




[jira] [Updated] (MAPREDUCE-4202) TestYarnClientProtocolProvider is broken

2012-04-26 Thread Daryn Sharp (JIRA)

 [ 
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.patch

Use same type of conditional as yarn's protocol provider.  The test and related 
files haven't been touched in a long time, so I have no idea how this test ever 
passed unless the CLASSPATH changed such that the service provider started 
finding the local provider class.

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