Back to Airflow

Apache Spark SQL Connection

providers/apache/spark/docs/connections/spark-sql.rst

3.2.11.7 KB
Original Source

.. Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

.. http://www.apache.org/licenses/LICENSE-2.0

.. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

.. _howto/connection:spark_sql:

Apache Spark SQL Connection

The Apache Spark SQL connection type enables connection to Apache Spark via the spark-sql command.

Default Connection IDs

SparkSqlHook uses spark_sql_default by default.

Configuring the Connection

Host (required) The host to connect to, it can be local, yarn or an URL.

Port (optional) Specify the port in case of host be an URL.

YARN Queue The name of the YARN queue to which the application is submitted.

.. warning::

Make sure you trust your users with the ability to configure the host settings as it may enable the connection to establish communication with external servers. It's crucial to understand that directing the connection towards a malicious server can lead to significant security vulnerabilities, including the risk of encountering Remote Code Execution (RCE) attacks.