skillfed

apache-airflow-providers-apache-livy

Provider package apache-airflow-providers-apache-livy for Apache Airflow

apache-airflow-providers-apache-livy v4.6.0 641.6K downloads/30d#5,612 on PyPI46,490
Permissive license Apache-2.0 Active released

What it is and what it does

This is an Apache Airflow provider package that adds Livy integration, allowing you to submit and manage Spark jobs running on remote Apache Livy servers as tasks in your Airflow DAGs. It bridges Airflow's orchestration capabilities with Spark clusters managed through Livy, enabling you to incorporate distributed Spark workloads into larger data pipelines without running Spark directly on the Airflow scheduler.

The package depends on apache-airflow, apache-airflow-providers-http, apache-airflow-providers-common-compat, and aiohttp. It is actively maintained by the Apache Airflow project, supports Python 3.10 through 3.14, and requires Airflow 2.11.0 or later. Installation is straightforward via pip and integrates seamlessly into existing Airflow deployments.

Use it for:

  • Submit Spark batch jobs from Airflow DAGs to a shared Livy cluster without embedding Spark in the scheduler.
  • Orchestrate multi-stage data pipelines where some tasks run on Spark via Livy and others use standard Airflow operators.
  • Monitor remote Spark job execution and integrate job status into Airflow's task dependency graph.
  • Centralize Spark job submission through Airflow for teams managing multiple Livy-based clusters.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Integrates Apache Livy with Apache Airflow to submit and monitor Spark jobs on remote Livy servers as part of Airflow workflows.

Yes, if you run Apache Airflow and need to submit Spark jobs to remote Livy servers. The package is actively maintained, has no known vulnerabilities, installs with low friction, and is backed by the Apache Airflow project. Install it only if you have a Livy deployment in your infrastructure; it is not useful as a standalone tool.

Install

apache-airflow-providers-apache-livy on PyPI

pip

pip install apache-airflow-providers-apache-livy

uv

uv add apache-airflow-providers-apache-livy

poetry

poetry add apache-airflow-providers-apache-livy

Installing apache-airflow-providers-apache-livy

Before you install

Low friction install as a pure Python wheel. Actively maintained with a recent release (6 days old) and backed by the Apache Airflow project's infrastructure.

License in practice

Apache-2.0 permissive license allows use in commercial and proprietary projects with minimal restrictions.

Quickstart

pip install apache-airflow-providers-apache-livy

from airflow.providers.apache.livy.operators.livy import LivyOperator

livy_task = LivyOperator(
    task_id='spark_job',
    file='s3://path/to/job.jar',
    livy_conn_id='livy_default'
)

Requires Apache Airflow >=2.11.0 and a running Apache Livy server accessible from the Airflow environment.

Verify before relying

  • Whether the package supports Livy session management (interactive vs. batch modes) beyond basic job submission.
  • What monitoring and retry capabilities are available for long-running Spark jobs.
  • Whether it handles Livy server authentication methods beyond basic HTTP connection configuration.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 4 — apache-airflow, apache-airflow-providers-http, apache-airflow-providers-common-compat, aiohttp
Maintenance actively maintained — 6 days since the last release
Last repo commit
First released
Downloads 641,611/month — #5,612 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: apache_airflow_providers_apache_livy-4.6.0-py3-none-any.whl

Keywords: airflow-provider, apache.livy, airflow, integration

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: Web EnvironmentFramework :: Apache AirflowFramework :: Apache Airflow :: ProviderIntended Audience :: DevelopersIntended Audience :: System AdministratorsProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: System :: Monitoring

Tags

airflow apache livy providerspark job submission airflowlivy integration airflowremote spark execution airflowairflow livy operator
airflow-providerspark-integrationorchestration

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

apache-airflow-providers-informatica

Provides Apache Airflow integration operators…

permissive · top 15,000 on PyPI

livy

A Python client for Apache Livy that enables…

permissive · top 15,000 on PyPI

apache-airflow-providers-asana

Integrates Apache Airflow with Asana, enabling…

permissive · top 15,000 on PyPI

apache-airflow-providers-jenkins

Integrates Jenkins CI/CD systems into Apache…

permissive · top 15,000 on PyPI

apache-airflow-providers-atlassian-jira

Provides Apache Airflow operators and hooks to…

permissive · top 5,000 on PyPI

apache-airflow-providers-airbyte

Integrates Airbyte data pipelines into Apache…

permissive · top 5,000 on PyPI

apache-airflow-providers-git

Integrates Git version control operations into…

permissive · top 15,000 on PyPI

apache-airflow-providers-ssh

Provides SSH integration for Apache Airflow,…

permissive · top 5,000 on PyPI

apache-airflow-providers-apache-spark

Integrates Apache Spark with Apache Airflow,…

permissive · top 5,000 on PyPI

apache-airflow-providers-segment

Integrates Apache Airflow with Segment for…

permissive · top 15,000 on PyPI