- Learning Apache Cassandra(Second Edition)
- Sandeep Yarabarla
- 72字
- 2021-07-03 00:19:25
Installing on RHEL-based systems
To install Cassendra on RHEL-based systems, perform the following steps:
- Add the Apache Cassandra 3.0 repository to /etc/yum.repos.d/datastax.repo:
[datastax]
name = DataStax Repo for Apache Cassandra
baseurl = http://rpm.datastax.com/community
enabled = 1
gpgcheck = 0
- Install the latest packages:
$ sudo yum install dsc30
- Start Cassandra:
$ sudo service cassandra start
On some Linux distributions, you many need to use the following:
$ sudo /etc/init.d/cassandra start
推薦閱讀
- WordPress Theme Development Beginner's Guide(Third Edition)
- Embedded Programming with Modern C++ Cookbook
- Java Web整合開發(fā)全程指南
- 嵌入式操作系統(tǒng)
- Storm應(yīng)用實踐:實時事務(wù)處理之策略
- Machine Learning with the Elastic Stack
- Deep Reinforcement Learning Hands-On
- DevOps Bootcamp
- 電腦日常使用與維護(hù)322問
- 學(xué)練一本通:51單片機(jī)應(yīng)用技術(shù)
- FANUC工業(yè)機(jī)器人配置與編程技術(shù)
- 智能+:制造業(yè)的智能化轉(zhuǎn)型
- 教育創(chuàng)新與創(chuàng)新人才:信息技術(shù)人才培養(yǎng)改革之路(四)
- Java求職寶典
- Hands-On Agile Software Development with JIRA