当前位置:   article > 正文

在多节点的集群上运行Cassandra

运行的cassandra集群开启认证
This post gathers the steps I followed in setting up an Apache Cassandra cluster in multi-node. I have referred Cassandra wiki and Datastax documentation in setting up my cluster. The following procedure is expressed in details, sharing my experience in setting up the cluster.

1. Setting up first node
2. Adding other nodes
3. Monitoring the cluster - nodetool, jConsole, Cassandra GUI

I used Cassandra 1.1.0 and Cassandra GUI - cassandra-gui-0.8.0-beta1 version(As older release had problems in showing data) in Ubuntu OS.

Setting up first node

CODE:

Open cassandra.yaml which is in 'apache-cassandra-1.1.0/conf'.
Change listen_address: localhost --&gt  listen_address:
rpc_address: localhost --&gt  rpc_address:
- seeds: "127.0.0.1" --&gt - seeds: "node IP address"

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/301743/viewspace-739813/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/301743/viewspace-739813/

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小蓝xlanll/article/detail/126327
推荐阅读
相关标签
  

闽ICP备14008679号