spark-instrumented-optimizer/core
jinxing b7a036b75b [SPARK-24294] Throw SparkException when OOM in BroadcastExchangeExec
## What changes were proposed in this pull request?

When OutOfMemoryError thrown from BroadcastExchangeExec, scala.concurrent.Future will hit scala bug – https://github.com/scala/bug/issues/9554, and hang until future timeout:

We could wrap the OOM inside SparkException to resolve this issue.

## How was this patch tested?

Manually tested.

Author: jinxing <jinxing6042@126.com>

Closes #21342 from jinxing64/SPARK-24294.
2018-05-23 13:12:05 -07:00
..
src [SPARK-24294] Throw SparkException when OOM in BroadcastExchangeExec 2018-05-23 13:12:05 -07:00
pom.xml [PYSPARK] Update py4j to version 0.10.7. 2018-05-09 10:47:35 -07:00