- Learning Apache Cassandra(Second Edition)
- Sandeep Yarabarla
- 99字
- 2021-07-03 00:19:25
Installing on Debian-based systems (Ubuntu)
To install Cassendra on Debian-based systems (Ubuntu), perform the following steps:
- Add the repository to the /etc/apt/sources.list.d/cassandra.sources.list:
$ echo "deb http://debian.datastax.com/community stable main" |
sudo tee -a /etc/apt/sources.list.d/cassandra.sources.list
- Add the DataStax repository key to your aptitude trusted keys:
$ curl -L https://debian.datastax.com/debian/repo_key | sudo
apt-key add -
- Install the latest package:
$ sudo apt-get update
$ sudo apt-get install dsc30
- Start Cassandra:
$ sudo service cassandra start
- Verify the Cassandra installation:
$ nodetool status
Your result should look something like the preceding except for a different Host ID.
- Stop Cassandra:
$ sudo service cassandra stop
推薦閱讀
- 7天精通Dreamweaver CS5網頁設計與制作
- Effective DevOps with AWS
- 流處理器研究與設計
- Maya 2012從入門到精通
- 可編程控制器技術應用(西門子S7系列)
- 數據通信與計算機網絡
- MATLAB/Simulink權威指南:開發環境、程序設計、系統仿真與案例實戰
- Visual Basic.NET程序設計
- Learn CloudFormation
- Grome Terrain Modeling with Ogre3D,UDK,and Unity3D
- INSTANT VMware vCloud Starter
- 生物3D打印:從醫療輔具制造到細胞打印
- 設計模式
- Machine Learning with Spark(Second Edition)
- 計算機硬件技術基礎(第2版)