aboutsummaryrefslogtreecommitdiff
path: root/docs/submitting-applications.md
diff options
context:
space:
mode:
authorDavies Liu <davies@databricks.com>2015-02-17 16:54:57 -0800
committerJosh Rosen <joshrosen@databricks.com>2015-02-17 16:54:57 -0800
commitc3d2b90bde2e11823909605d518167548df66bd8 (patch)
treeeab646a984d8c91b533789fc07fea1221cfe6460 /docs/submitting-applications.md
parent117121a4ecaadda156a82255333670775e7727db (diff)
downloadspark-c3d2b90bde2e11823909605d518167548df66bd8.tar.gz
spark-c3d2b90bde2e11823909605d518167548df66bd8.tar.bz2
spark-c3d2b90bde2e11823909605d518167548df66bd8.zip
[SPARK-5785] [PySpark] narrow dependency for cogroup/join in PySpark
Currently, PySpark does not support narrow dependency during cogroup/join when the two RDDs have the partitioner, another unnecessary shuffle stage will come in. The Python implementation of cogroup/join is different than Scala one, it depends on union() and partitionBy(). This patch will try to use PartitionerAwareUnionRDD() in union(), when all the RDDs have the same partitioner. It also fix `reservePartitioner` in all the map() or mapPartitions(), then partitionBy() can skip the unnecessary shuffle stage. Author: Davies Liu <davies@databricks.com> Closes #4629 from davies/narrow and squashes the following commits: dffe34e [Davies Liu] improve test, check number of stages for join/cogroup 1ed3ba2 [Davies Liu] Merge branch 'master' of github.com:apache/spark into narrow 4d29932 [Davies Liu] address comment cc28d97 [Davies Liu] add unit tests 940245e [Davies Liu] address comments ff5a0a6 [Davies Liu] skip the partitionBy() on Python side eb26c62 [Davies Liu] narrow dependency in PySpark
Diffstat (limited to 'docs/submitting-applications.md')
0 files changed, 0 insertions, 0 deletions