InterviewSolution
Saved Bookmarks
| 1. |
What module is used for implementing SQL in Apache Spark? |
|
Answer» Spark provides a powerful MODULE called SparkSQL which performs relational data processing combined with the power of the functional PROGRAMMING feature of Spark. This module also supports either by means of SQL or HIVE Query Language. It also provides support for different data sources and helps developers write powerful SQL queries using code transformations.
Spark SQL supports the usage of structured and semi-structured data in the following ways:
|
|