问题描述
我想设置一个由AWS中3个(多个节点)节点组成的Cassandra 2. *集群.
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:我发现的所有内容几乎都指向我指向DataStax网站,但是如果以后我们决定在生产环境中安装它,我认为它不是免费的.
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.
谢谢!
推荐答案
因此,我发现这些链接足以使它正常工作.
So, I found these links which were enough to get it working.
- 在单节点Amazon Linux上安装Cassandra http://www.jonathanhui.com/install-cassandra-single-node -amazon-linux
- 在Amazon Linux Cluste上安装Cassandra http://www.jonathanhui.com/install-cassandra-amazon-linux-cluster
- Install Cassandra on a Single Node Amazon Linuxhttp://www.jonathanhui.com/install-cassandra-single-node-amazon-linux
- Install Cassandra on a Amazon Linux Clustehttp://www.jonathanhui.com/install-cassandra-amazon-linux-cluster
遇到一些问题,但没有什么真正重要的
Run into a few issues but nothing really major
-
Cassandra:如何解决‘org.apache.cassandra.config初始化期间出现致命异常. ConfigurationException:已保存的群集名称Test Cluster!=配置名称…’?
Cassandra: How to fix, ‘Fatal exception during initialization org.apache.cassandra.config. ConfigurationException: Saved cluster name Test Cluster != configured name…’?
JNA.本机方法将被禁用.
JNA not found. Native methods will be disabled.
无法连接到cassandra-NoHostAvailableException
Can't connect to cassandra - NoHostAvailableException
这篇关于设置Cassandra集群AWS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!