GitHub user bomeng opened a pull request:
https://github.com/apache/spark/pull/21638
[SPARK-22357][CORE] SparkContext.binaryFiles ignore minPartitions parameter
## What changes were proposed in this pull request?
Fix the issue that minPartitions was not used in the method.
## How was this patch tested?
I have not provided the additional test since the fix is very
straightforward.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bomeng/spark 22357
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/21638.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 #21638
----
commit b9eea4994c3ad151aa75ed03bbcf807bc3c4ded8
Author: Bo Meng <mengbo@...>
Date: 2018-06-25T20:02:43Z
fix: SparkContext.binaryFiles ignore minPartitions parameter
commit 0fc35d4e0db34239cd3c52b0cf21445c59d2dede
Author: Bo Meng <mengbo@...>
Date: 2018-06-25T20:04:58Z
should be max()
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]