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 configuration parameters for jvm.config and config.properties #120

Open
3 tasks
k86021 opened this issue Apr 29, 2021 · 0 comments · May be fixed by #123
Open
3 tasks

Add configuration parameters for jvm.config and config.properties #120

k86021 opened this issue Apr 29, 2021 · 0 comments · May be fixed by #123

Comments

@k86021
Copy link

k86021 commented Apr 29, 2021

Feature description

Today there is functionality for changing parameters for the hive_config_properties (for the file hive.properties) today. We should have the possibility to make changes for both jvm.config and config.properties in a similar way.

Why is it needed?

Needed in order to be able to have more control over the configurationof trino.

Suggestion(s)/solution(s) [Optional]

Add blocks for jvm.config and config.properties in a similar way which is done for hive_config_properties, e.g.

  hive_config_properties = [
    "hive.allow-drop-table=true",
    "hive.allow-rename-table=true",
    "hive.allow-add-column=true",
    "hive.allow-drop-column=true",
    "hive.allow-rename-column=true",
    "hive.compression-codec=ZSTD"
  ]

Definition of done

The files jvm.config and config.properties can be generated for trino with selected parameters.

Checklist (after created issue)

  • Added label(s)
  • Added to project
  • Added to milestone
@pdmthorsrud pdmthorsrud linked a pull request May 27, 2021 that will close this issue
5 tasks
@pdmthorsrud pdmthorsrud self-assigned this Jun 1, 2021
@pdmthorsrud pdmthorsrud removed their assignment Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants