-
Notifications
You must be signed in to change notification settings - Fork 241
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
MLCOMPUTE-1497 | include spark driver memory overhead in driver pod memory #3926
Conversation
CaptainSame
commented
Aug 5, 2024
•
edited
Loading
edited
- Spark driver pod memory needs to allocate memory for driver memory overhead config along with the driver memory config
@@ -445,7 +445,7 @@ | |||
"type": "boolean" | |||
}, | |||
"spark.app.name": { | |||
"type": "boolean" | |||
"type": "string" |
There was a problem hiding this comment.
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)