Table of Contents

Spark - Sql

About

This section is about:

Spark SQL may refers to the more global and general framework. See Spark - SQL Framework

SQL is an interface to the spark Spark Sql engine that supports:

Spark SQL is the standard for SQL on Spark. Hive on Spark is similar to SparkSQL but aims to leverage existing investments in Hive (security, …) on Spark. They are two different components with two different code base.

Features:

Documentation / Reference