Spark thriftserver¶
Spark thrift server allowing multiple remote clients to access Spark. It provides a generic JDBC endpoint that let any client including BI tools connect and access the power of Spark. Open data studio makes it easy to deploy on the cloud.
Key features
Allows JDBC/ODBC clients to execute SQL queries over JDBC and ODBC protocols on Apache Spark.
Spark 3.0
Spark cluster is automatically configured on Kubernetes
Connect to Hive metastore. No configuration required
Launch page |
|
Open data studio repository |
|
Original repository |
|
Documentation |
https://spark.apache.org/docs/latest/sql-distributed-sql-engine.html |
Spark thrift-server Quickstart¶
Get spark-thriftserver address¶
spark-thriftserver-info ConfigMap is created after deployment. The ConfigMap includes spark-thriftserver JDBC URL to connect. Other project can import this ConfigMap. Learn more.