Josh Rosen created SPARK-8319: --------------------------------- Summary: Enable Tungsten shuffle manager for some shuffles that specify key orderings Key: SPARK-8319 URL: https://issues.apache.org/jira/browse/SPARK-8319 Project: Spark Issue Type: Improvement Components: Shuffle Reporter: Josh Rosen Assignee: Josh Rosen
The Tungsten ShuffleManager falls back to regular SortShuffleManager whenever the shuffle dependency specifies a key ordering, but technically we only need to fall back when an aggregator is also specified. We should update the fallback logic to handle this case so that the Tungsten optimizations can apply to more workloads. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org