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 support for setting runtime configuration values from dpl #84

Closed
kortemik opened this issue Oct 22, 2024 · 0 comments
Closed

add support for setting runtime configuration values from dpl #84

kortemik opened this issue Oct 22, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@kortemik
Copy link
Member

Description
currently configuration values are set only from %spark.conf, such settings are bound to the interpreter startup and can not be changed once interpreter has started.

Use case or motivation behind the feature request
many of the configuration values are per query bound, not to interpreter lifecycle, therefore it is preferable that they can be defined on the query time.

| teragrep set dpl.pth_07.trigger.processingTime 1234

Related issues
this would benefit from the support #83

Additional context

@kortemik kortemik added the enhancement New feature or request label Oct 22, 2024
@eemhu eemhu self-assigned this Oct 24, 2024
kortemik pushed a commit that referenced this issue Oct 25, 2024
* add '| teragrep set config key value' with tests

* add '| teragrep get config' with tests
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

2 participants