当前位置:   article > 正文

Linux下安装Cassandra_linux下 安装cassandra

linux下 安装cassandra

一、下载安装好JDK

https://blog.csdn.net/huangbaokang/article/details/79487890

二、下载Cassandra

到官网下载http://www.apache.org/dyn/closer.lua/cassandra/3.11.3/apache-cassandra-3.11.3-bin.tar.gz

[root@localhost hbk] wget http://mirrors.hust.edu.cn/apache/cassandra/3.11.3/apache-cassandra-3.11.3-bin.tar.gz
  • 1
  • 2

解压

[root@localhost hbk]# tar -zxvf apache-cassandra-3.11.3-bin.tar.gz 
  • 1
[root@localhost hbk]# cd apache-cassandra-3.11.3
[root@localhost apache-cassandra-3.11.3]# ls
bin  CASSANDRA-14092.txt  CHANGES.txt  conf  doc  interface  javadoc  lib  LICENSE.txt  NEWS.txt  NOTICE.txt  pylib  tools
  • 1
  • 2
  • 3
  • 4

三、启动服务端

[root@localhost apache-cassandra-3.11.3]# cd bin/
[root@localhost bin]# ./cassandra -R
  • 1
  • 2
  • 3

四、启用CQL

[root@localhost bin]# ./cqlsh
Connected to Test Cluster at 127.0.0.1:9042.
[cqlsh 5.0.1 | Cassandra 3.11.3 | CQL spec 3.4.4 | Native
  • 1
  • 2
  • 3
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/花生_TL007/article/detail/126388
推荐阅读
相关标签
  

闽ICP备14008679号