Title
Create new category
Edit page index title
Edit category
Edit link
Livy 3
You can run multiple versions of Apache Livy3 simultaneously within a single cluster. This capability enables organizations to support diverse Spark application requirements, provide REST API compatibility for different client applications, and manage smooth version transitions—all within the same data platform.
Apache Livy provides a REST interface for interacting with Apache Spark, enabling remote job submission, session management, and result retrieval. With multiple Livy versions, you can support applications that require different Spark versions using version-specific Livy endpoints.
The available Livy3 versions include:
Version | Status | Recommended For | Spark Version | Port |
|---|---|---|---|---|
Apache Livy 3.5.5 | ⭐ Recommended | Production workloads, new applications | Spark 3.5.5 | 8355 |
Apache Livy 3.5.1 | Supported | Compatibility with 3.5.x applications | Spark 3.5.1 | 8351 |
Apache Livy 3.3.3 | Supported | Legacy applications, backward compatibility | Spark 3.3.3 | 8333 |
Versions Relative to Spark3 | ODP Package | Actual Livy Version |
|---|---|---|
Livy 3.5.5 | livy3_5__5___3_2_3__6_3 | 0.8.0 |
Livy 3.5.1 | livy3__5__1__3__2-_3_6__3 | 0.8.0 |
Livy 3.3.3 | livy3__3__3__3__2__3__6_2 | 0.8.0 |
For detailed information, access the following pages.