- Learning Apache Cassandra(Second Edition)
- Sandeep Yarabarla
- 158字
- 2021-07-03 00:19:26
Installing the binary tarball
You can use the binary tarball to install Cassandra on any Linux-based platform including Mac OS X and platforms without package support or if you do not want a root installation:
- Download the Apache Cassandra 3.0.9 binary tarball from the following:
http://www.apache.org/dyn/closer.lua/cassandra/3.0.9/apache-cassandra-3.0.9-bin.tar.gz.
- Use the following command to untar:
$ tar -xvzf apache-cassandra-3.0.9-bin.tar.gz
- To configure Cassandra, go to the $INSTALL_LOCATION/conf directory and make the relevant changes. You can do this once you get an idea of Cassandra internals later in the book. INSTALL_LOCATION in this case will be $CURRENT_DIRECTORY/apache-cassandra-3.0.9/.
- Start Cassandra:
$ cd apache-cassandra-3.0.9/
$ bin/cassandra # Use -f to start Cassandra in the foreground
- Verify that Cassandra is running:
$ bin/nodetool status
You might want to add CASSANDRA_HOME=$INSTALL_LOCATION and PATH=$PATH:$INSTALL_LOCATION/bin in the .bashrc or .bash_profile files so every time you open a new terminal, you can simply launch cassandra, nodetool, or cqlsh by entering the command on terminal without changing directory every time.
推薦閱讀
- 繪制進程圖:可視化D++語言(第1冊)
- 后稀缺:自動化與未來工作
- 大數據技術基礎
- 工業機器人技術及應用
- PowerShell 3.0 Advanced Administration Handbook
- Windows XP中文版應用基礎
- 自動化控制工程設計
- 分布式多媒體計算機系統
- 基于ARM 32位高速嵌入式微控制器
- Storm應用實踐:實時事務處理之策略
- Dreamweaver CS6精彩網頁制作與網站建設
- 教育機器人的風口:全球發展現狀及趨勢
- Creating ELearning Games with Unity
- Redash v5 Quick Start Guide
- PostgreSQL High Performance Cookbook