Spark
Apache Spark Connector Documentation
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';
Apache Spark as a connector for federated SQL query against a Spark Cluster using Spark Connect
Configuration
spark_remote
: A spark remote connection URI. Refer to spark connect client connection string for parameters in URI.
Limitations
Correlated scalar subqueries are only supported in filters, aggregations, projections, and UPDATE/MERGE/DELETE commands. Spark Docs
The Spark connector does not yet support streaming query results from Spark.
Last updated
Was this helpful?