What are the libraries of spark sql?



What are the libraries of spark sql?..

Answer / Divya Sharma

Spark SQL includes several libraries for working with different types of data formats and sources, such as: DataFrames (in-memory distributed tabular data), Datasets (strongly-typed distributed data), and JDBC/ODBC connectors (for connecting to relational databases). Additionally, Spark SQL supports user-defined functions (UDFs) for custom logic.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

How to identify that the given operation is transformation or action?

1 Answers  


Is apache spark a database?

1 Answers  


What are the limitations of Apache Spark?

1 Answers  


What do we mean by Paraquet?

1 Answers  


What are the great features of spark sql?

1 Answers  


What is spark database?

1 Answers  


What is the difference between spark and python?

1 Answers  


What does repartition do in spark?

1 Answers  


Why do we use persist () on links rdd?

1 Answers  


What is difference between client and cluster mode in spark?

1 Answers  


Does google use spark?

1 Answers  


What is the use of dataframe in spark?

1 Answers  


Categories