Spark SQL is Apache Spark's module for working with structured data.
Integrated seamlessly mix SQL queries with Spark programs.
Query structured data inside Spark programs, using either SQL or a familiar DataFrame API. Usable in Java, Scala, Python and R.
Last updated 5 years ago