Setup Cassandra Cluster AWS

一个人想着一个人 提交于 2019-12-23 05:33:07

问题


I want to setup a Cassandra 2.* Cluster composed of 3 (multiple nodes) nodes in AWS.

What are the official steps for doing this? base image to use, ports to open, config files, etc.

PS: Pretty much everything I found points me to DataStax site but I don't think it is free if later we decide to setup this in production.

Thanks!


回答1:


So, I found these links which were enough to get it working.

  • Install Cassandra on a Single Node Amazon Linux http://www.jonathanhui.com/install-cassandra-single-node-amazon-linux
  • Install Cassandra on a Amazon Linux Cluste http://www.jonathanhui.com/install-cassandra-amazon-linux-cluster

Run into a few issues but nothing really major

  • Cassandra: How to fix, ‘Fatal exception during initialization org.apache.cassandra.config. ConfigurationException: Saved cluster name Test Cluster != configured name…’?    

  • JNA not found. Native methods will be disabled.

  • Can't connect to cassandra - NoHostAvailableException



来源:https://stackoverflow.com/questions/23472725/setup-cassandra-cluster-aws

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!