Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
When running the test TestAggregatedTransferRate from org.apache.hadoop.mapreduce.task.reduce.TestShuffleScheduler on a non-US system (or, to be more precise, a system which does not use the point as a decimal separator), the test fails.
E.g. on a German system, the progress message is:
copy task(attempt_test_0000_m_000000_0 succeeded at 1,00 MB/s) Aggregated copy rate(1 of 10 at 1,00 MB/s)
But the test checks for:
copy task(attempt_test_0000_m_000000_0 succeeded at 1.00 MB/s) Aggregated copy rate(1 of 10 at 1.00 MB/s)
which causes it to fail.
Attachments
Attachments
Issue Links
- is duplicated by
-
MAPREDUCE-6207 TestAggregatedTransferRate fails on non-US systems
- Resolved