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

Enhancement(UDF): environment variable #92

Closed
PAFsec opened this issue Jan 13, 2017 · 1 comment
Closed

Enhancement(UDF): environment variable #92

PAFsec opened this issue Jan 13, 2017 · 1 comment
Labels
Request Request for image modification or feature

Comments

@PAFsec
Copy link

PAFsec commented Jan 13, 2017

Hello,
It would be interesting to have the possibility of setting enable_user_defined_functions=true in our cassandra.yaml through an environment variable like CASSANDRA_UDF_ENABLE=true.

Thank you so much for your work

@tianon
Copy link
Member

tianon commented Oct 3, 2018

I'm sorry, but honestly if we're going to do anything more with environment variables it would likely be in the opposite direction (which we won't do due to the backwards compatibility implications) -- modifying a YAML file via shell script is very fragile, and setting complex configuration in this way is not great. For custom configuration, the only/best recommendation is to provide an appropriate cassandra.yaml file to your running instance (via a new image with FROM / COPY in a short Dockerfile, via Docker Configs, via bind mount, etc).

Closing in favor of #160 + docker-library/docs#1317.

@tianon tianon closed this as completed Oct 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Request Request for image modification or feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants