"git@gitlab.engr.illinois.edu:cs525-sp18-g07/spark.git" did not exist on "cf016075a006034c24c5b758edb279f3e151d25d"
Matei Zaharia
authored
The shuffle locality patch made the DAGScheduler aware of shuffle data, but for RDDs that have both narrow and shuffle dependencies, it can cause them to place tasks based on the shuffle dependency instead of the narrow one. This case is common in iterative join-based algorithms like PageRank and ALS, where one RDD is hash-partitioned and one isn't. Author: Matei Zaharia <matei@databricks.com> Closes #8220 from mateiz/shuffle-loc-fix.
Name | Last commit | Last update |
---|