aboutsummaryrefslogtreecommitdiff
path: root/graphx
diff options
context:
space:
mode:
authorTathagata Das <tathagata.das1565@gmail.com>2016-08-08 12:52:04 -0700
committerTathagata Das <tathagata.das1565@gmail.com>2016-08-08 12:52:04 -0700
commit8650239050ade91689ffa0672ea094de2594e37c (patch)
tree8aff4a060e6b8cb448bf5f9c8940368f27a831db /graphx
parent1739e75fecf0cb9507dc950bba1716f40be1e609 (diff)
downloadspark-8650239050ade91689ffa0672ea094de2594e37c.tar.gz
spark-8650239050ade91689ffa0672ea094de2594e37c.tar.bz2
spark-8650239050ade91689ffa0672ea094de2594e37c.zip
[SPARK-16953] Make requestTotalExecutors public Developer API to be consistent with requestExecutors/killExecutors
## What changes were proposed in this pull request? RequestExecutors and killExecutor are public developer APIs for managing the number of executors allocated to the SparkContext. For consistency, requestTotalExecutors should also be a public Developer API, as it provides similar functionality. In fact, using requestTotalExecutors is more convenient that requestExecutors as the former is idempotent and the latter is not. Author: Tathagata Das <tathagata.das1565@gmail.com> Closes #14541 from tdas/SPARK-16953.
Diffstat (limited to 'graphx')
0 files changed, 0 insertions, 0 deletions