Skip to content

SPARK-2604: Incorporating memory overhead of executor during the verifcation of cluster resources, before starting the application #1571

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

Closed
wants to merge 1 commit into from

Conversation

twinkle-sachdeva
Copy link

While doing the validation for resources of application master and executor resources with cluster resources, corrected the comparison for executor resources, to keep it in sync with allocation handler, where we add and check the memory overhead too.
please see discussion https://issues.apache.org/jira/browse/SPARK-2604, to get more idea

…fcation of cluster resources, before starting the application
@AmplabJenkins
Copy link

Can one of the admins verify this patch?

1 similar comment
@SparkQA
Copy link

SparkQA commented Sep 5, 2014

Can one of the admins verify this patch?

@tgravescs
Copy link
Contributor

The memory overhead checks are actually out of date its inconsistent between yarn alpha and yarn stable as to how it works. #2253 is fixing that. I've asked them to fix the checks there also.

@andrewor14
Copy link
Contributor

@twinkle-sachdeva Yes it's a good idea to separate these two overheads. Part of the changes in this PR are now out-dated as of #2253, and the rest of it is incorporated in #2350. Would you mind closing this?

@asfgit asfgit closed this in eae81b0 Sep 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants