Home » Cassandra Setup and Installation

Cassandra Setup and Installation

by Online Tutorials Library

Cassandra Setup and Installation

Apache Cassandra and Datastax enterprise is used by different organization for storing huge amount of data.

Before installing Apache Cassandra, you must have the following things:

  • You must have datastax community edition. You can download Cassandra click here
  • JDK must be installed.
  • Platform should be Window.

Download and Install Cassandra

Follow the steps given below:

  • Run the datastax community edition setup. After running the setup, you will see the following page will be displayed. It is a screenshot of 64 bit version.
  • Cassandra Setup and installation 1

  • Click on the next button and you will get the following page:
  • Cassandra Setup and installation 2

  • Press the next button and you will get the following page specifying the location of the installation.
  • Cassandra Setup and installation 3

  • Press the next button and a page will appear asking about whether you automatically start Data Stax DDC service. Click on the radio button and proceed next.
  • Cassandra Setup and installation 4

    Cassandra Setup and installation 5

  • Installation is started now. After completing the installation, go to program files where Data Stax is installed.
  • Cassandra Setup and installation 6

  • Open Program Files then you see the following page:
  • Cassandra Setup and installation 7
  • Open DataStax-DDC then you see Apache Cassandra:
  • Cassandra Setup and installation 8

  • Open Apache Cassandra and you see bin:
  • Cassandra Setup and installation 9

  • Open bin and you will see Cassandra Windows batch File:
  • Cassandra Setup and installation 10

  • Run this file. It will start the Cassandra server and you will see the following page:
  • Cassandra Setup and installation 11

  • Server is started now go to windows start programs, search Cassandra CQL Shell
  • Cassandra Setup and installation 12

  • Run the Cassandra Shell. After running Cassandra shell, you will see the following command line:
  • Cassandra Setup and installation 13


Next TopicCassandra cqlish

You may also like