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

MLCOMPUTE-1497 | include spark driver memory overhead in driver pod memory #3926

Merged
merged 5 commits into from
Aug 8, 2024

Conversation

CaptainSame
Copy link
Contributor

@CaptainSame CaptainSame commented Aug 5, 2024

  • Spark driver pod memory needs to allocate memory for driver memory overhead config along with the driver memory config

paasta_tools/tron_tools.py Outdated Show resolved Hide resolved
@@ -445,7 +445,7 @@
"type": "boolean"
},
"spark.app.name": {
"type": "boolean"
"type": "string"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice-to-have suggestion: might be worth adding some additional constraints here too re: min/max length since (iirc) this gets turned into a k8s label and those values have a max length (and if there's any characters that are not allowed, there's a field for adding a pattern that these strings need to match to pass validation)

@CaptainSame CaptainSame merged commit d2a6fe7 into master Aug 8, 2024
10 checks passed
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.

3 participants