aboutsummaryrefslogtreecommitdiff
path: root/repl/scala-2.10
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2015-10-21 15:33:13 -0700
committerKay Ousterhout <kayousterhout@gmail.com>2015-10-21 15:33:13 -0700
commit555b2086a1ee432067de77032f1e3c64735481f0 (patch)
tree32a568413dae918a88145d1b847489f850af3978 /repl/scala-2.10
parentf481090a71940f06602a73f5bbd004980dea026f (diff)
downloadspark-555b2086a1ee432067de77032f1e3c64735481f0.tar.gz
spark-555b2086a1ee432067de77032f1e3c64735481f0.tar.bz2
spark-555b2086a1ee432067de77032f1e3c64735481f0.zip
Minor cleanup of ShuffleMapStage.outputLocs code.
I was looking at this code and found the documentation to be insufficient. I added more documentation, and refactored some relevant code path slightly to improve encapsulation. There are more that I want to do, but I want to get these changes in before doing more work. My goal is to reduce exposing internal fields directly in ShuffleMapStage to improve encapsulation. After this change, DAGScheduler no longer directly writes outputLocs. There are still 3 places that reads outputLocs directly, but we can change those later. Author: Reynold Xin <rxin@databricks.com> Closes #9175 from rxin/stage-cleanup.
Diffstat (limited to 'repl/scala-2.10')
0 files changed, 0 insertions, 0 deletions