You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2013/11/25 00:51:00 UTC

[2/2] git commit: Merge pull request #197 from aarondav/patrick-fix

Merge pull request #197 from aarondav/patrick-fix

Fix 'timeWriting' stat for shuffle files

Due to concurrent git branches, changes from shuffle file consolidation patch
caused the shuffle write timing patch to no longer actually measure the time,
since it requires time be measured after the stream has been closed.


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/972171b9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/972171b9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/972171b9

Branch: refs/heads/master
Commit: 972171b9d93b07e8511a2da3a33f897ba033484b
Parents: 718cc80 ccea38b
Author: Reynold Xin <rx...@apache.org>
Authored: Mon Nov 25 07:50:46 2013 +0800
Committer: Reynold Xin <rx...@apache.org>
Committed: Mon Nov 25 07:50:46 2013 +0800

----------------------------------------------------------------------
 .../scala/org/apache/spark/scheduler/ShuffleMapTask.scala   | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------