作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
使用 cassandra 创建集群时出现问题:-
我按照以下步骤创建 Cassandra 集群:- 1.在3台Windows-7 PC上安装cassandra。 PC IP地址-127.0.0.1,127.0.0.2,127.0.0.3
2.Modified the cassandra.yaml file as below.
cluster_name: 'MyCluster'
num_tokens: 256
seed_provider: - seeds: "127.0.0.1"
listen_address: 127.0.0.1,127.0.0.2,127.0.0.3
rpc_address: 0.0.0.0
3.start the Cassandra in all the above 3 PCs.
but I am not getting more than 1 Node in Node tool. I can see only one node.
I have installed datastax-community-64bit_2.0.3
So, Please help me to solve this problem. I need to create Cassandra cluster.
Thanks in Adavance,
Satya
最佳答案
您已经按照创建集群的所有步骤进行操作,但是您必须定义防火墙入站规则以允许端口。(默认情况下,防火墙不允许这些端口)。因此,修改“cassandra.yaml”文件后,您可以必须在防火墙中设置 cassandra 和 datastax 中使用的端口,然后启动 cassandra 服务。 在防火墙中添加端口: 转到控制面板->Windows 防火墙->高级设置->入站规则->新规则->选择端口并添加 cassandra/datastax 所需的所有端口。谷歌搜索 cassandra/datastax 所需的端口。
关于cassandra - 如何在Windows7电脑上创建Cassandra节点集群?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21282290/
我是一名优秀的程序员,十分优秀!