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

Add ability to convey application configuration to providers #17

Closed
kevin-bates opened this issue Aug 9, 2019 · 0 comments · Fixed by #20
Closed

Add ability to convey application configuration to providers #17

kevin-bates opened this issue Aug 9, 2019 · 0 comments · Fixed by #20

Comments

@kevin-bates
Copy link
Collaborator

Kernel providers, for the most part, will likely require configuration to perform their operation. For example, the YarnKernelProvider may need to know the url of the YARN resource manager against which applications (kernels) are submitted. Rather than ask administrators to add this information into the specific kernel specification (however that provider implements that), it would be good to have a central default value capability - where use of the Config class in traitlets makes sense.

As a result, we should add the ability for applications that leverage the kernel provider framework to convey the application's configuration to the providers. The provider would then be responsible for locating its "section" of the configurable classes or the configurable item itself within the set of configurations.

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 a pull request may close this issue.

1 participant