Spark SQL Overview
5K views
Nov 28, 2024
Spark SQL Overview
View Video Transcript
0:00
In this video we are discussing Spark SQL overview
0:05
This Spark SQL works on the structured data. So let us go for some more discussion on it
0:12
So what is Spark SQL? The Spark SQL is used to process structured data in Spark and from the Spark SQL interface
0:21
we can find detailed information about the data. So SQL we know that it is having the full form that is a structured query language
0:29
using this Spark SQL, we can get some detailing about our data
0:35
So, to interact with the Spark SQL, we can use the different ways like our data frame
0:41
and dataset and so on. So, let us see that in how many ways we can interact with this Spark SQL
0:50
So, there are basically three different ways to handle data in Spark
0:55
And Spark provides data frames for different languages like our PIPA Scala Java to work on the structured data So the way number one is our data frame with the help of which we can interact with
1:08
our data and these particular data frames will be supported by different high-level
1:13
languages like our Python, Java, Scala and so on. The next method, that means we are having three different ways in which you can access
1:22
our spark data. So first one is our data frame. Next one. So, data can be written in different format like our JSON, HypeTable, and etc
1:33
So, data can be accessed in multiple different formats also. Next one is that the form the SQL, we can query data from Spark programs or from external
1:44
tools. Using some external tools or writing this queries in our Spark programs, we can
1:50
access and we can query our data. So, there are three different ways to handle data
1:56
in our spark. And we'll be discussing more on this particular topic in the next videos
2:01
Please watch those videos also in the continuation of this one. Thanks for watching this video
#Programming