spark-instrumented-optimizer/examples/scala-2.10/src/main
jerryshao 3c3fa632e6 [SPARK-5233][Streaming] Fix error replaying of WAL introduced bug
Because of lacking of `BlockAllocationEvent` in WAL recovery, the dangled event will mix into the new batch, which will lead to the wrong result. Details can be seen in [SPARK-5233](https://issues.apache.org/jira/browse/SPARK-5233).

Author: jerryshao <saisai.shao@intel.com>

Closes #4032 from jerryshao/SPARK-5233 and squashes the following commits:

f0b0c0b [jerryshao] Further address the comments
a237c75 [jerryshao] Address the comments
e356258 [jerryshao] Fix bug in unit test
558bdc3 [jerryshao] Correctly replay the WAL log when recovering from failure
2015-01-22 21:58:53 -08:00
..
java/org/apache/spark/examples/streaming Support cross building for Scala 2.11 2014-11-11 21:36:48 -08:00
scala/org/apache/spark/examples/streaming [SPARK-5233][Streaming] Fix error replaying of WAL introduced bug 2015-01-22 21:58:53 -08:00