Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
2.7.0
-
None
-
None
-
Reviewed
Description
Unit test TestTextInputFormat.testSplitableCodecs() failed when the seed is 1313094493.
Stacktrace
java.lang.AssertionError: Key in multiple partitions.
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertFalse(Assert.java:64)
at org.apache.hadoop.mapred.TestTextInputFormat.testSplitableCodecs(TestTextInputFormat.java:223)
Attachments
Attachments
Issue Links
- breaks
-
HADOOP-14919 BZip2 drops records when reading data in splits
- Resolved
- is broken by
-
HADOOP-11445 Bzip2Codec: Data block is skipped when position of newly created stream is equal to start of split
- Closed