Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Spark SQL data source


May 17, 2021 Spark Programming guide


Table of contents


The data source

Spark SQL supports operating a variety of data sources through the SchemaRDD interface. A SchemaRDD can be operated as a general RDD or can be registered as a temporary table. R egistering a SchemaRDD for a table allows you to run SQL queries on its data. This section describes several ways to load data for SchemaRDD.