gpt4 book ai didi

cassandra - 如何在Windows7电脑上创建Cassandra节点集群?

转载 作者:行者123 更新时间:2023-12-02 23:10:51 26 4
gpt4 key购买 nike

使用 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/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com