spark-instrumented-optimizer/core/src/main
Davies Liu 0dcf9dbebb [SPARK-14669] [SQL] Fix some SQL metrics in codegen and added more
## What changes were proposed in this pull request?

1. Fix the "spill size" of TungstenAggregate and Sort
2. Rename "data size" to "peak memory" to match the actual meaning (also consistent with task metrics)
3. Added "data size" for ShuffleExchange and BroadcastExchange
4. Added some timing for Sort, Aggregate and BroadcastExchange (this requires another patch to work)

## How was this patch tested?

Existing tests.
![metrics](https://cloud.githubusercontent.com/assets/40902/14573908/21ad2f00-030d-11e6-9e2c-c544f30039ea.png)

Author: Davies Liu <davies@databricks.com>

Closes #12425 from davies/fix_metrics.
2016-04-22 12:59:32 -07:00
..
java/org/apache/spark [SPARK-14669] [SQL] Fix some SQL metrics in codegen and added more 2016-04-22 12:59:32 -07:00
resources/org/apache/spark [SPARK-8171][WEB UI] Javascript based infinite scrolling for the log page 2016-04-20 21:24:11 +09:00
scala/org/apache/spark [SPARK-10001] Consolidate Signaling and SignalLogger. 2016-04-22 09:36:59 -07:00