MAPREDUCE-4081. TestMROutputFormat.java does not compile (Jason Lowe via bobby)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1306901 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Joseph Evans 2012-03-29 15:18:41 +00:00
parent 9bb6a025de
commit f11a5dc5f6
2 changed files with 4 additions and 1 deletions

View File

@ -182,6 +182,9 @@ Release 2.0.0 - UNRELEASED
MAPREDUCE-3377. Added a unit test to ensure OutputCommitter.checkOutputSpecs
is called prior to copying job.xml. (Jane Chen via acmurthy)
MAPREDUCE-4081. TestMROutputFormat.java does not compile (Jason Lowe via
bobby)
Release 0.23.2 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -33,7 +33,7 @@ import org.junit.Test;
import static org.junit.Assert.assertTrue;
public class TestConfInCheckSpec {
public class TestMROutputFormat {
@Test
public void testJobSubmission() throws Exception {