spark-instrumented-optimizer/core
Matei Zaharia cd32d5e4de SPARK-1124: Fix infinite retries of reduce stage when a map stage failed
In the previous code, if you had a failing map stage and then tried to
run reduce stages on it repeatedly, the first reduce stage would fail
correctly, but the later ones would mistakenly believe that all map
outputs are available and start failing infinitely with fetch failures
from "null".
2014-02-23 23:48:32 -08:00
..
src SPARK-1124: Fix infinite retries of reduce stage when a map stage failed 2014-02-23 23:48:32 -08:00
pom.xml SPARK-1071: Tidy logging strategy and use of log4j 2014-02-23 11:40:55 -08:00