Created
March 19, 2021 17:48
-
-
Save davidlzs/48c131b9e25c3ef4674346e798088c51 to your computer and use it in GitHub Desktop.
Update cassandra.yaml to enable user defined functions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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