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

2012-05-02 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-4202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13266530#comment-13266530
 ] 

Hudson commented on MAPREDUCE-4202:
---

Integrated in Hadoop-Hdfs-trunk #1032 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1032/])
MAPREDUCE-4202. Updating changes to just be branch-2 (Revision 1332731)
MAPREDUCE-4202. TestYarnClientProtocolProvider is broken (Daryn Sharp via 
bobby) (Revision 1332716)

 Result = FAILURE
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1332731
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt

bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1332716
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/java/org/apache/hadoop/mapred/LocalClientProtocolProvider.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/TestYarnClientProtocolProvider.java


 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] [Commented] (MAPREDUCE-4202) TestYarnClientProtocolProvider is broken

2012-05-02 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-4202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13266548#comment-13266548
 ] 

Hudson commented on MAPREDUCE-4202:
---

Integrated in Hadoop-Mapreduce-trunk #1067 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1067/])
MAPREDUCE-4202. Updating changes to just be branch-2 (Revision 1332731)
MAPREDUCE-4202. TestYarnClientProtocolProvider is broken (Daryn Sharp via 
bobby) (Revision 1332716)

 Result = FAILURE
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1332731
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt

bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1332716
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/java/org/apache/hadoop/mapred/LocalClientProtocolProvider.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/TestYarnClientProtocolProvider.java


 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] [Commented] (MAPREDUCE-4202) TestYarnClientProtocolProvider is broken

2012-05-01 Thread Daryn Sharp (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-4202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13265801#comment-13265801
 ] 

Daryn Sharp commented on MAPREDUCE-4202:


Tests appear to have failed due to errant java processes still running which 
resulted in bind errors.  I've manually run the set of tests that failed and 
all passed.

 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] [Commented] (MAPREDUCE-4202) TestYarnClientProtocolProvider is broken

2012-05-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-4202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13265878#comment-13265878
 ] 

Hudson commented on MAPREDUCE-4202:
---

Integrated in Hadoop-Hdfs-trunk-Commit #2239 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2239/])
MAPREDUCE-4202. TestYarnClientProtocolProvider is broken (Daryn Sharp via 
bobby) (Revision 1332716)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1332716
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/java/org/apache/hadoop/mapred/LocalClientProtocolProvider.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/TestYarnClientProtocolProvider.java


 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] [Commented] (MAPREDUCE-4202) TestYarnClientProtocolProvider is broken

2012-05-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-4202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13265879#comment-13265879
 ] 

Hudson commented on MAPREDUCE-4202:
---

Integrated in Hadoop-Common-trunk-Commit #2165 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2165/])
MAPREDUCE-4202. TestYarnClientProtocolProvider is broken (Daryn Sharp via 
bobby) (Revision 1332716)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1332716
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/java/org/apache/hadoop/mapred/LocalClientProtocolProvider.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/TestYarnClientProtocolProvider.java


 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] [Commented] (MAPREDUCE-4202) TestYarnClientProtocolProvider is broken

2012-05-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-4202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13265887#comment-13265887
 ] 

Hudson commented on MAPREDUCE-4202:
---

Integrated in Hadoop-Hdfs-trunk-Commit #2240 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2240/])
MAPREDUCE-4202. Updating changes to just be branch-2 (Revision 1332731)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1332731
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt


 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] [Commented] (MAPREDUCE-4202) TestYarnClientProtocolProvider is broken

2012-05-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-4202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13265890#comment-13265890
 ] 

Hudson commented on MAPREDUCE-4202:
---

Integrated in Hadoop-Common-trunk-Commit #2166 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2166/])
MAPREDUCE-4202. Updating changes to just be branch-2 (Revision 1332731)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1332731
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt


 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] [Commented] (MAPREDUCE-4202) TestYarnClientProtocolProvider is broken

2012-05-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-4202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13265913#comment-13265913
 ] 

Hudson commented on MAPREDUCE-4202:
---

Integrated in Hadoop-Mapreduce-trunk-Commit #2182 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2182/])
MAPREDUCE-4202. Updating changes to just be branch-2 (Revision 1332731)
MAPREDUCE-4202. TestYarnClientProtocolProvider is broken (Daryn Sharp via 
bobby) (Revision 1332716)

 Result = ABORTED
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1332731
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt

bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1332716
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/java/org/apache/hadoop/mapred/LocalClientProtocolProvider.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/TestYarnClientProtocolProvider.java


 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] [Commented] (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:comment-tabpanelfocusedCommentId=13263687#comment-13263687
 ] 

Robert Joseph Evans commented on MAPREDUCE-4202:


I was debugging this too and the reason that the test passed previously was 
because it was trying to instantiate a DefaultFileSystem, which with not config 
was file:// which there was no fs.file.impl.class for.

{noformat}
java.io.IOException: No FileSystem for scheme: file
at 
org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2085)
at org.apache.hadoop.fs.FileSystem.access$0(FileSystem.java:2081)
at 
org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2122)
at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2104)
at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:284)
at org.apache.hadoop.fs.FileSystem.getLocal(FileSystem.java:255)
at 
org.apache.hadoop.mapred.LocalJobRunner.init(LocalJobRunner.java:605)
at 
org.apache.hadoop.mapred.LocalJobRunner.init(LocalJobRunner.java:600)
at 
org.apache.hadoop.mapred.LocalClientProtocolProvider.create(LocalClientProtocolProvider.java:43)
at org.apache.hadoop.mapreduce.Cluster.initialize(Cluster.java:98)
at org.apache.hadoop.mapreduce.Cluster.init(Cluster.java:85)
at org.apache.hadoop.mapreduce.Cluster.init(Cluster.java:78)
at 
org.apache.hadoop.mapreduce.TestYarnClientProtocolProvider.testClusterWithYarnClientProtocolProvider(TestYarnClientProtocolProvider.java:56)
{noformat}

Also org.apache.hadoop.conf.TestNoDefaultsJobConf is more or less trying to 
test the exact opposite of TestYarnClientProtocolProvider.  For backwards 
compatibility I would prefer to see TestYarnClientProtocolProvider not explode 
if no configs are set, but just validate that it got a LocalClientProvider.

 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] [Commented] (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:comment-tabpanelfocusedCommentId=13263753#comment-13263753
 ] 

Robert Joseph Evans commented on MAPREDUCE-4202:


The change looks good to me +1, assuming that Jenkins comes back with success.

 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] [Commented] (MAPREDUCE-4202) TestYarnClientProtocolProvider is broken

2012-04-27 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-4202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13263791#comment-13263791
 ] 

Hadoop QA commented on MAPREDUCE-4202:
--

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

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

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

+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.yarn.server.resourcemanager.security.TestApplicationTokens
  
org.apache.hadoop.yarn.server.resourcemanager.TestClientRMService
  
org.apache.hadoop.yarn.server.resourcemanager.resourcetracker.TestNMExpiry
  
org.apache.hadoop.yarn.server.resourcemanager.TestAMAuthorization
  
org.apache.hadoop.yarn.server.resourcemanager.TestApplicationACLs
  org.apache.hadoop.mapred.TestClientRedirect
  org.apache.hadoop.mapreduce.security.TestJHSSecurity

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

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

This message is automatically generated.

 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] [Commented] (MAPREDUCE-4202) TestYarnClientProtocolProvider is broken

2012-04-26 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-4202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13263214#comment-13263214
 ] 

Hadoop QA commented on MAPREDUCE-4202:
--

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

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

-1 tests included.  The patch doesn't appear to include any new or modified 
tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

+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.conf.TestNoDefaultsJobConf

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

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

This message is automatically generated.

 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