aboutsummaryrefslogtreecommitdiff
path: root/yarn
diff options
context:
space:
mode:
authorAnkur Dave <ankurdave@gmail.com>2014-01-08 11:45:31 -0800
committerAnkur Dave <ankurdave@gmail.com>2014-01-08 21:19:14 -0800
commit74fdfac11266652ca87e05ae9b6510b75318728d (patch)
tree37ce562313146ea06c40fb45b4da64031732f24f /yarn
parentab861d8450140cdb0a3d9f9b830ec076d8af746d (diff)
downloadspark-74fdfac11266652ca87e05ae9b6510b75318728d.tar.gz
spark-74fdfac11266652ca87e05ae9b6510b75318728d.tar.bz2
spark-74fdfac11266652ca87e05ae9b6510b75318728d.zip
Fix AbstractMethodError by inlining zip{Edge,Vertex}Partitions
The zip{Edge,Vertex}Partitions methods created doubly-nested closures and passed them to zipPartitions. For some reason this caused an AbstractMethodError when zipPartitions tried to invoke the closure. This commit works around the problem by inlining these methods wherever they are called, eliminating the doubly-nested closure.
Diffstat (limited to 'yarn')
0 files changed, 0 insertions, 0 deletions