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

Ability to associate kernelspec with a jobdefinition #470

Open
akshaychitneni opened this issue Dec 4, 2023 · 0 comments
Open

Ability to associate kernelspec with a jobdefinition #470

akshaychitneni opened this issue Dec 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@akshaychitneni
Copy link

Problem

Currently, a notebook job is executed using the kernelspec that is associated with the notebook file which is generally used in an interactive session. However, users may require to specifically link a kernel spec to a job definition which can be useful in a scenario when users manage kernelspecs with different properties for interactive and non-interactive usecases.
Example: Experiment using an interactive session with a kernelspec on small amount of data but run in background or pipeline with large data that require higher resources configured in the kernelspec.

Proposed Solution

Provide ability for the user to choose a kernelspec when creating a job definition

Additional context

This is a feature we are using internally in our organization and I am happy to contribute to this project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant