Skip to content

SYSTEM Cited by 1 source

Apache Livy

Apache Livy is the open-source REST service for Apache Spark that exposes Spark job submission, interactive shell sessions, and batch-job lifecycle management as an HTTP API. It is the canonical REST front-end for Spark on YARN / EMR before custom gateways take over.

This is a stub page; Livy appears in the wiki as a prior art data point — it's the framework-typed REST submission path for Spark that already worked when Slack faced the SSH-deprecation problem. The hard part of Slack's migration was the non-Spark, non-Hive jobs (300+ CLI-based shell commands) that had no equivalent of Livy and were eventually unblocked by YARN Distributed Shell.

Seen in

Last updated · 542 distilled / 1,571 read