Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save davidlzs/48c131b9e25c3ef4674346e798088c51 to your computer and use it in GitHub Desktop.

Select an option

Save davidlzs/48c131b9e25c3ef4674346e798088c51 to your computer and use it in GitHub Desktop.
Update cassandra.yaml to enable user defined functions
sed -i -r 's/enable_user_defined_functions: false/enable_user_defined_functions: true/' /etc/cassandra/cassandra.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment