GitHub user dafrista opened a pull request:
https://github.com/apache/spark/pull/13382
[SPARK-5581][Core] When writing sorted map output file, avoid open / â¦
â¦close between each partition
## What changes were proposed in this pull request?
Replace commitAndClose with separate commit and close to avoid opening and
closing
the file between partitions.
## How was this patch tested?
Run existing unit tests, add a few unit tests regarding reverts.
Observed a ~20% reduction in total time in tasks on stages with shuffle
writes to many partitions.
@JoshRosen
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dafrista/spark separatecommit-master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/13382.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #13382
----
commit 360cc54047428b9ffe76b2e9005ea5a3bb35e610
Author: Brian Cho <[email protected]>
Date: 2016-05-17T04:38:43Z
[SPARK-5581][Core] When writing sorted map output file, avoid open / close
between each partition
## What changes were proposed in this pull request?
Replace commitAndClose with separate commit and close to avoid opening and
closing
the file between partitions.
## How was this patch tested?
Run existing unit tests, add a few unit tests regarding reverts.
Observed a ~20% reduction in total time in tasks on stages with shuffle
writes to many partitions.
----
---
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]