We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It will be fine to have somthing like executor (inspired by nodes) on on resource.
Currently we need to duplicate resources and we allocate resources by labels.
But we need to create over 500 dummy resources for that. This break the LRM overview totaly One resource with count 500 will eliminate that.
Ex: Create a resource VRA-RAM-SERVER1 with labels 'VRA-RAM' with executor count 4000 and then let it lock like
lock(resource : 'VRA-RAM-SERVER1', quantity : 8) { ... do your think ... )}
or
lock(label: 'VRA-RAM', quantity : 8) { ... do your think ... )}
In both cases shall allocate 8 executors from resources 'VRA-RAM-SERVER1'
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What feature do you want to see added?
It will be fine to have somthing like executor (inspired by nodes) on on resource.
Currently we need to duplicate resources and we allocate resources by labels.
But we need to create over 500 dummy resources for that. This break the LRM overview totaly
One resource with count 500 will eliminate that.
Ex: Create a resource VRA-RAM-SERVER1 with labels 'VRA-RAM' with executor count 4000
and then let it lock like
or
In both cases shall allocate 8 executors from resources 'VRA-RAM-SERVER1'
Upstream changes
No response
Are you interested in contributing this feature?
No response
The text was updated successfully, but these errors were encountered: