Github user andrewor14 commented on the pull request:
https://github.com/apache/spark/pull/5416#issuecomment-93061196
@cloud-fan @JoshRosen what happens if I do a back-to-back shuffle like:
```
sc.parallelize(1 to 100).map { i => (i, i)
}.groupByKey(...).reduceByKey(...).count()
```
My understanding is that this will run a shuffle map stage, then another
shuffle map stage, then a reduce stage. It seems to me that the parent of the
second shuffle map stage will be the first shuffle map stage, no?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]