Cassandra.Link
The best knowledge base on Apache Cassandra®
Helping platform leaders, architects, engineers, and operators build scalable real time data platforms.
A collection of 165 posts
Deploy Spark with an Apache Cassandra cluster - OpenCredo
1/30/2019
This blog is the second part of a series “Spark – the Pragmatic bits”. Get the full overview here.The simplest and most obvious choice is to get DataStax Enterprise which contains Cassandra, Spark wit...
Testing a Spark Application - OpenCredo
This blog is the third part of a series “Spark – the Pragmatic bits”. Get the full overview here.My colleague Dávid Borsós recently wrote a blog post on “Data Analytics using Cassandra and Spark”, cov...
Aggregate operations on Azure Cosmos DB Cassandra API tables from Spark
Saradnici This article describes basic aggregation operations against Azure Cosmos DB Cassandra API tables from Spark. NoteServer-side filtering, and server-side aggregation is c...
Getting Started with Cassandra and Spark | Codementor
1/26/2019
This tutorial is going to go through the steps required to install Cassandra and Spark on a Debian system and how to get them to play nice via Scala. Spark and Cassanrda exist for the sake of applicat...
phact/SimpleSparkStreaming
11/13/2018
This is a guide for how to use the Streaming Analytics Proofshop asset brought to you by the Vanguard team. The Proofshop consists of demonstrating real time data processing and analytics with the DSE...
phact/dse-cluster-migration
NOTE: If you are looking to perform a migration across two clusters, make sure you deploy two clusters! This is a Demo for Migrating DSE and cassandra clusters (or even tables within the same cluster...
Spark SQL cassandra delete records
10/15/2018
Vote count: 0 Is there a way to delete some records based on a select query? I have this query, Select min(id) from ID having count(*)>1 whic...
How to log in Apache Spark, a functional approach
10/10/2018
Logging in Apache Spark comes very easy since Spark offers access to a log object out of the box. Only some configuration setups need to be done. In a previous post we have looked at how to do this wh...