ICP 7 - Gnkhakimova/CS5590-BigData GitHub Wiki

ICP 7

Cassandra

Tasks

  1. Import datasets
  2. Run different queries

Configuration

  1. JDK 1.8
  2. Pyhton 2.7
  3. Cassandra
  4. Terminal

Features

For ICP we had to import data form .csv file to Cassandra's table and run different queries on it.

Task 1
Created Keyspace in Cassandra.

Task 2
Created table employee1 and copied dataset into newly created table.


Queries

Bonus



Limitation

Was unable to complete Bonus question part 1.

Reference

  1. https://docs.datastax.com/en/archived/cql/3.3/cql/cql_reference/cqlSelect.html
  2. https://www.tutorialspoint.com/cassandra/cassandra_create_keyspace.htm