October 2018
Beginner to intermediate
348 pages
10h
English
This chapter will provide different options for a SQL interface for the Apache Cassandra NoSQL database using Spark CLIs. With distributed, non-relational databases such as Apache Cassandra, it's really hard to run ad hoc analytical queries (that require data aggregation). These types of queries require both a relational interface and an aggregation capability, and there are out-of-the-box options, among which Spark is one. This chapter will provide an overview of Spark architecture with its installation and configuration, along with different CLIs to perform Create, Read, Update, and Delete (CRUD) operations using any relational queries. Additionally, there is a web UI for multiple components that are integrated ...