Created
April 3, 2018 22:41
-
-
Save DorkNstein/979052a6c14ff111b392962a8ba8d93e to your computer and use it in GitHub Desktop.
installing cassandra on amazon ec2 instance
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
cd /etc/cassandra/config | |
sudo vi cassandra.yaml | |
# set rpc_address to 0.0.0.0 | |
# set broadcast_rpc_address to public ip of the instance | |
# For logs | |
tail -100f /var/logs/cassandra/cassadra.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment