spark-instrumented-optimizer/core/src/test
Michael Mior 1437e344ec [SPARK-22050][CORE] Allow BlockUpdated events to be optionally logged to the event log
## What changes were proposed in this pull request?

I see that block updates are not logged to the event log.
This makes sense as a default for performance reasons.
However, I find it helpful when trying to get a better understanding of caching for a job to be able to log these updates.
This PR adds a configuration setting `spark.eventLog.blockUpdates` (defaulting to false) which allows block updates to be recorded in the log.
This contribution is original work which is licensed to the Apache Spark project.

## How was this patch tested?

Current and additional unit tests.

Author: Michael Mior <mmior@uwaterloo.ca>

Closes #19263 from michaelmior/log-block-updates.
2017-10-17 14:30:52 -07:00
..
java [SPARK-21907][CORE] oom during spill 2017-10-10 22:49:47 +02:00
resources [SPARK-19662][SCHEDULER][TEST] Add Fair Scheduler Unit Test coverage for different build cases 2017-08-28 14:54:00 -05:00
scala/org/apache [SPARK-22050][CORE] Allow BlockUpdated events to be optionally logged to the event log 2017-10-17 14:30:52 -07:00