spark-instrumented-optimizer/core/src/main
Carson Wang d45a0d3ca2 [SPARK-11047] Internal accumulators miss the internal flag when replaying events in the history server
Internal accumulators don't write the internal flag to event log. So on the history server Web UI, all accumulators are not internal. This causes incorrect peak execution memory and unwanted accumulator table displayed on the stage page.
To fix it, I add the "internal" property of AccumulableInfo when writing the event log.

Author: Carson Wang <carson.wang@intel.com>

Closes #9061 from carsonwang/accumulableBug.
2015-10-15 10:36:54 -07:00
..
java/org/apache/spark [SPARK-9867] [SQL] Move utilities for binary data into ByteArray 2015-10-01 21:33:27 -04:00
resources/org/apache/spark [SPARK-10718] [BUILD] Update License on conf files and corresponding excludes file update 2015-09-22 11:03:21 +01:00
scala/org/apache/spark [SPARK-11047] Internal accumulators miss the internal flag when replaying events in the history server 2015-10-15 10:36:54 -07:00