Apache Livy Releases

For a full list of releases, see GitHub. Downloads are available on the downloads page.

0.8.0-incubating / 2023-10-10

New features

  • [LIVY-423] Adding Scala 2.12 support

  • [LIVY-970] Ordering and pagination support in GET /statement request

  • [LIVY-969] New Docker-based integration and debugging environments

  • Full release details can be found in JIRA.

0.7.0-incubating / 2020-02-02

New features

  • Livy 0.7.0 now requires Java 8, Scala 2.11 and Spark >= 2.2.0. With 0.7.0, JDBC/ODBC feature now becomes GA.

  • Added support for all current versions of Spark (2.2.x to 2.4.x).

  • [LIVY-575] Hive-compatible JDBC / ODBC server GA.

  • [LIVY-678] Add LDAP authorization support for REST, JDBC interface.

  • With various bugs fixed, details can be checked [here].

0.6.0-incubating / 2019-04-01

New features

  • Livy 0.6.0 now requires Java 8, Scala 2.11 and Spark >= 2.2.0.

  • Added support for all current versions of Spark (2.2.x to 2.4.x).

  • [LIVY-489] New, experimental Hive-compatible JDBC / ODBC server.

  • [LIVY-551] Impersonation support for all REST endpoints, for better integration with proxy servers.

  • [LIVY-41] Session naming support.

0.5.0-incubating / 2018-02-05

New features

  • [LIVY-7] Added autocompletion to REST API and Scala API for Interactive Sessions

  • [LIVY-19] Added Spark SQL interpreter for Interactive Sessions

  • [LIVY-104] Updated Livy project to build using Scala 2.11

  • [LIVY-245] Added support for shared variables across Jobs

  • [LIVY-299] Support multi-line output in statements

  • [LIVY-397] Support multiple languages in a single Session

0.4.0-incubating / 2017-09-01

Our first Apache release!

New features

  • [LIVY-87] Create a Livy Web UI to monitor sessions
  • [LIVY-348] Improve Livy’s ACLs