- 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
推薦閱讀
- Mastering Spark for Data Science
- 輕松學C#
- Getting Started with Containerization
- Learning Social Media Analytics with R
- 數據庫原理與應用技術
- Hadoop Real-World Solutions Cookbook(Second Edition)
- iClone 4.31 3D Animation Beginner's Guide
- Creo Parametric 1.0中文版從入門到精通
- 80x86/Pentium微型計算機原理及應用
- 分數階系統分析與控制研究
- Windows Server 2003系統安全管理
- INSTANT Puppet 3 Starter
- AI的25種可能
- 嵌入式GUI開發設計
- 大數據案例精析