spark-instrumented-optimizer/core/src/main
Andrew Or c683444008 [SPARK-4071] Unroll fails silently if BlockManager is small
In tests, we may want to have BlockManagers of size < 1MB (spark.storage.unrollMemoryThreshold). However, these BlockManagers are useless because we can't unroll anything in them ever. At the very least we need to log a warning.

tdas

Author: Andrew Or <andrew@databricks.com>

Closes #2917 from andrewor14/unroll-safely-logging and squashes the following commits:

38947e3 [Andrew Or] Warn against starting a block manager that's too small
fd621b4 [Andrew Or] Warn against failure to reserve initial memory threshold
2014-10-25 20:07:44 -07:00
..
java/org/apache/spark [SPARK-2321] Stable pull-based progress / status API 2014-10-25 00:06:57 -07:00
resources/org/apache/spark [SPARK-3827] Very long RDD names are not rendered properly in web UI 2014-10-07 11:46:26 -07:00
scala/org/apache [SPARK-4071] Unroll fails silently if BlockManager is small 2014-10-25 20:07:44 -07:00