Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-13162] Standalone mode does not respect initial executors #11054

Closed
wants to merge 2 commits into from

Conversation

andrewor14
Copy link
Contributor

Currently the Master would always set an application's initial executor limit to infinity. If the user specified spark.dynamicAllocation.initialExecutors, the config would not take effect. This is similar to #11047 but for standalone mode.

Currently the Master would always set an application's initial
executor limit to infinity. If the user specified
`spark.dynamicAllocation.initialExecutors`, the config would not
take effect.
@andrewor14
Copy link
Contributor Author

retest this please

@SparkQA
Copy link

SparkQA commented Feb 3, 2016

Test build #50674 has finished for PR 11054 at commit 2a3a4f4.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@andrewor14
Copy link
Contributor Author

retest this please

@SparkQA
Copy link

SparkQA commented Feb 4, 2016

Test build #50689 has finished for PR 11054 at commit 2a3a4f4.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Feb 4, 2016

Test build #50729 has finished for PR 11054 at commit 0fd07cd.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@andrewor14
Copy link
Contributor Author

Merging into master.

@asfgit asfgit closed this in 4120bcb Feb 4, 2016
@andrewor14 andrewor14 deleted the standalone-da-initial branch February 4, 2016 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants