Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

spark-thrift-server-0.0.10

Compare
Choose a tag to compare

Spark SQL can also act as a distributed query engine using its JDBC/ODBC or command-line interface. In this mode, end-users or applications can interact with Spark SQL directly to run SQL queries, without the need to write any code. The Thrift JDBC/ODBC server implemented here corresponds to the HiveServer2 in built-in Hive. You can test the JDBC server with the beeline script that comes with either Spark or compatible Hive.