Skip to content

Instantly share code, notes, and snippets.

@DorkNstein
Created April 3, 2018 22:41
Show Gist options
  • Save DorkNstein/979052a6c14ff111b392962a8ba8d93e to your computer and use it in GitHub Desktop.
Save DorkNstein/979052a6c14ff111b392962a8ba8d93e to your computer and use it in GitHub Desktop.
installing cassandra on amazon ec2 instance
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