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

Enable finer granularity when defining CPU resources #299

Closed
adwk67 opened this issue Oct 19, 2023 · 1 comment
Closed

Enable finer granularity when defining CPU resources #299

adwk67 opened this issue Oct 19, 2023 · 1 comment

Comments

@adwk67
Copy link
Member

adwk67 commented Oct 19, 2023

As a user I want to be able to define driver and executor cores without them being rounded up to an integral value of cores.

Notes

  • This issue expanded the resource-usage documentation to make it clearer what the code does
  • Cores are rounded up, probably because they were also used for spark.{driver|executor}.cores, which was removed in the above PR (as spark.kubernetes.{driver|executor}.request.cores - which we also set - takes precedence).
  • This rounding should be removed to give more control to the user
@adwk67
Copy link
Member Author

adwk67 commented May 21, 2024

Duplicate: closing in favour of #363

@adwk67 adwk67 closed this as completed May 21, 2024
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

No branches or pull requests

1 participant