This post will cover how to work with tables, including how to create them, load data or insert values into them, and show the contents
Tag: Creating and Dropping Tables in Spark SQL
SparkSQL – Creating and Dropping Tables
This tutorial will show you how to use sqlContext in Spark SQL to create and drop tables. Please review the previous sessions on “Spark” to