Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

This sample shows how to use Cassandra Query Language v2.0 (CQL) with Hector API. Cassandra query language is a SQL like easy query interface for Cassandra data store.

...

  • Java Development Kit / JRE version 1.6.* or 1.7.*
  • Apache Maven 3.x.x or later

...

 

Building the Sample

You can find the sample discussed here in $CARBONin <SS_HOMEHOME>/samples/css/CLI/css-cql-sample directory.

...

Code Block
languagebash
java -jar target/org.wso2.carbon.cassandra.sample-4.0.5-jar-with-dependencies.jar

 

 

...