Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.2-alpha
-
None
-
Reviewed
Description
Before HDFS-3672, locally applying MAPREDUCE-4470 made TestCombineFileInputFormat to pass all it tests.
After HDFS-3672, TestCombineFileInputFormat.testMissingBlocks() fails:
$ mvn clean test -Dtest=TestCombineFileInputFormat Running org.apache.hadoop.mapred.TestCombineFileInputFormat Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.698 sec Running org.apache.hadoop.mapreduce.lib.input.TestCombineFileInputFormat Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 7.526 sec <<< FAILURE! Results : Tests in error: testMissingBlocks(org.apache.hadoop.mapreduce.lib.input.TestCombineFileInputFormat): org.apache.hadoop.fs.BlockLocation Tests run: 7, Failures: 0, Errors: 1, Skipped: 0
Attachments
Attachments
Issue Links
- blocks
-
MAPREDUCE-4470 Fix TestCombineFileInputFormat.testForEmptyFile
- Closed
- relates to
-
HDFS-3672 Expose disk-location information for blocks to enable better scheduling
- Closed