aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorWenchen Fan <wenchen@databricks.com>2016-04-19 21:20:24 -0700
committerReynold Xin <rxin@databricks.com>2016-04-19 21:20:24 -0700
commit85d759ca3aebb7d60b963207dcada83c75502e52 (patch)
treeb4fbaba9dfce1ae47485f318123881f42cd05e6c /dev
parent78b38109ed2fc20e97f9a968185d0c02ef83aa42 (diff)
downloadspark-85d759ca3aebb7d60b963207dcada83c75502e52.tar.gz
spark-85d759ca3aebb7d60b963207dcada83c75502e52.tar.bz2
spark-85d759ca3aebb7d60b963207dcada83c75502e52.zip
[SPARK-14704][CORE] create accumulators in TaskMetrics
## What changes were proposed in this pull request? Before this PR, we create accumulators at driver side(and register them) and send them to executor side, then we create `TaskMetrics` with these accumulators at executor side. After this PR, we will create `TaskMetrics` at driver side and send it to executor side, so that we can create accumulators inside `TaskMetrics` directly, which is cleaner. ## How was this patch tested? existing tests. Author: Wenchen Fan <wenchen@databricks.com> Closes #12472 from cloud-fan/acc.
Diffstat (limited to 'dev')
0 files changed, 0 insertions, 0 deletions