+ All Categories
Home > Documents > Cassandra Installation Guide System Requirements - … · Cassandra Installation Guide System...

Cassandra Installation Guide System Requirements - … · Cassandra Installation Guide System...

Date post: 04-Jun-2018
Category:
Upload: dokhanh
View: 227 times
Download: 0 times
Share this document with a friend
12
Cassandra Installation Guide System Requirements 1. Minimum requirements RAM : 4GB Processor : i3 and above Prerequisites 1. JDK and JRE 1.7 or higher is required for the installation of Cassandra. 2. You can get the latest version of Java from the following link. http://www.oracle.com/technetwork/java/javase/downloads/jdk7- downloads-1880260.html Click this radio button Windows x86 is for those who have 32 bitsystem. Windows x64 is for those who have 64 bitsystem.
Transcript
Page 1: Cassandra Installation Guide System Requirements - … · Cassandra Installation Guide System Requirements 1. Minimum requirements RAM : 4GB Processor : i3 and above Prerequisites

Cassandra Installation Guide

System Requirements

1. Minimum requirements

RAM : 4GB Processor : i3 and above

Prerequisites

1. JDK and JRE 1.7 or higher is required for the installation of Cassandra. 2. You can get the latest version of Java from the following link.

http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html

Click this radio button

Windows x86 is for those who have 32

bitsystem.

Windows x64 is for those who have 64

bitsystem.

Page 2: Cassandra Installation Guide System Requirements - … · Cassandra Installation Guide System Requirements 1. Minimum requirements RAM : 4GB Processor : i3 and above Prerequisites

3. Download and run the setup.

Default Installation Path

Page 3: Cassandra Installation Guide System Requirements - … · Cassandra Installation Guide System Requirements 1. Minimum requirements RAM : 4GB Processor : i3 and above Prerequisites

Cassandra Installation Steps Step 1: Download the Cassandra from the link given below:

https://docs.google.com/file/d/0B05GEfsygSBxR3AwakdpQU45OTQ/edit?usp=sharing

Step 2: You will get a zipped file. Extract the file.

You will find two folders in it “ant” and “cassandra”.

Copy those folders in “C:\” drive

Page 4: Cassandra Installation Guide System Requirements - … · Cassandra Installation Guide System Requirements 1. Minimum requirements RAM : 4GB Processor : i3 and above Prerequisites

Step 3: Set your JAVA_HOME and ANT_HOME environment variable. Follow these steps:

a) Right click on My Computer and go to Properties.

Page 5: Cassandra Installation Guide System Requirements - … · Cassandra Installation Guide System Requirements 1. Minimum requirements RAM : 4GB Processor : i3 and above Prerequisites

b) Click Advanced System Settings.

Page 6: Cassandra Installation Guide System Requirements - … · Cassandra Installation Guide System Requirements 1. Minimum requirements RAM : 4GB Processor : i3 and above Prerequisites

c) Click Environment Variables…

Page 7: Cassandra Installation Guide System Requirements - … · Cassandra Installation Guide System Requirements 1. Minimum requirements RAM : 4GB Processor : i3 and above Prerequisites

d) System Variable Click New

Create a new system variable JAVA_HOME and set its value as the path to your JDK installation.

e.g C:\Program Files\Java\jdk1.7.0_40.

Page 8: Cassandra Installation Guide System Requirements - … · Cassandra Installation Guide System Requirements 1. Minimum requirements RAM : 4GB Processor : i3 and above Prerequisites

e) Create a new system variable ANT_HOME and set its value as the

path to your ant e..g C:\ant

Page 9: Cassandra Installation Guide System Requirements - … · Cassandra Installation Guide System Requirements 1. Minimum requirements RAM : 4GB Processor : i3 and above Prerequisites

f) Create a new system variable CASSANDRA_HOME and set its value as the

path to cassandra. e.g c:\cassandra

Page 10: Cassandra Installation Guide System Requirements - … · Cassandra Installation Guide System Requirements 1. Minimum requirements RAM : 4GB Processor : i3 and above Prerequisites

Step 4: Now you have to build the source.

Go to the command prompt and type the following commands

a.) cd\ b.) cd cassandra

c.) ant

Wait till “BUILD SUCCESSFUL” is displayed.

Close the command prompt.

Page 11: Cassandra Installation Guide System Requirements - … · Cassandra Installation Guide System Requirements 1. Minimum requirements RAM : 4GB Processor : i3 and above Prerequisites

Step 5: Start the server.

Open command prompt and type the following commands on command prompt.

a.) cd\ b.) cd\cassandra\bin c.) cassandra –f Server has started. Do not close the command prompt. It’s the server it will run in background.

Page 12: Cassandra Installation Guide System Requirements - … · Cassandra Installation Guide System Requirements 1. Minimum requirements RAM : 4GB Processor : i3 and above Prerequisites

Step 6: My Computer C drive cassandrabin. Double click on “cassandra -cli”(Batch File).

Wohoooooo !!!! Installation complete


Recommended