You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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).
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
The text was updated successfully, but these errors were encountered: