Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in Big Data Hadoop & Spark by (55.6k points)

Can anyone tell me which are the various data sources available in Spark SQL?

1 Answer

0 votes
by (119k points)

There are various data sources available in SparkSQL and few of them are below −

  • JSON Datasets - Spark SQL automatically capture the schema of a JSON dataset. And, load it as a DataFrame.
  • Hive Tables - Hive comes with the Spark library as HiveContext
  • Parquet Files - Parquet is a columnar type, supported by several data processing systems.

If you want to learn Spark, I recommend this Spark Certification by Intellipaat

Also, watch this video on Spark tutorial:

Related questions

Browse Categories

...