incubator-livy VS sparkmagic

Compare incubator-livy vs sparkmagic and see what are their differences.

incubator-livy

Apache Livy is an open source REST interface for interacting with Apache Spark from anywhere. (by apache)

sparkmagic

Jupyter magics and kernels for working with remote Spark clusters (by jupyter-incubator)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
incubator-livy sparkmagic
4 4
851 1,282
0.9% 0.2%
5.8 7.8
19 days ago 1 day ago
Scala Python
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

incubator-livy

Posts with mentions or reviews of incubator-livy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-24.
  • Sparkless is born
    2 projects | /r/apachespark | 24 Nov 2022
    Apache Livy - REST API For submitting jobs to a cluster. Used in conjunction with Jupyter or Zeppelin notebooks and you have a multi-tenant SQL only workload — https://livy.apache.org
  • State of connecting (Jupyter) notebooks to remote Spark 3+ clusters
    2 projects | /r/apachespark | 26 Feb 2022
    There’s definitely some patching that still has to happen depending on the version (just found this Spark 3.2 PR), but I presume many folks that actively use it have to maintain their own forks. Latest version of EMR is Spark 3.1.2, but 3.2 is coming soon.
  • Spark is lit once again
    6 projects | dev.to | 29 Oct 2021
    Apache Livy - an open-source REST API for interacting with Apache Spark from anywhere.
  • Hadoop Clusters to K8S
    1 project | /r/kubernetes | 2 Feb 2021
    Spark 3 has some solid support for Kubernetes. Livy is a good addition to Spark on K8S, although support is not merged upstream yet (there's publicly available images and other in the PR). I'd strongly recommend to avoid running HDFS on top of Kubernetes. Either cloud-native buckets or on-premise bucket storage like Minio would be much better suited.

sparkmagic

Posts with mentions or reviews of sparkmagic. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-05.
  • Doing ML works in AWS. Need help installing cartopy
    2 projects | /r/aws | 5 Jun 2023
    Please file an issue at https://github.com/jupyter-incubator/sparkmagic
  • Ask HN: Who's an open source maintainer/project that needs sponsorship or help?
    10 projects | news.ycombinator.com | 28 Feb 2023
    I maintain several open source projects, most notably:

    Sparkmagic (https://github.com/jupyter-incubator/sparkmagic)

    Sparkmagic provides jupyter magics and kernels for working with remote Spark clusters. It's used by thousands of developers and companies like Pinterest, Amazon, more!

    I've been maintaining for the past few years and would love help!

    KSOPS (https://github.com/viaduct-ai/kustomize-sops)

    KSOPS, or kustomize-SOPS, is a kustomize KRM exec plugin for SOPS encrypted resources. KSOPS can be used to decrypt any Kubernetes resource, but is most commonly used to decrypt encrypted Kubernetes Secrets and ConfigMaps. As a kustomize plugin, KSOPS allows you to manage, build, and apply encrypted manifests the same way you manage the rest of your Kubernetes manifests.

    KSOPS is the most popular kustomize plugin and I'd love help maintaining and improving it from out GitOps fanatics.

  • Spark is lit once again
    6 projects | dev.to | 29 Oct 2021
    Things get a bit more complicated on interactive sessions. We've created Sparkmagic compatible REST API so that Sparkmagic kernel could communicate with Lighter the same way as it does with Apache Livy. When a user creates an interactive session Lighter server submits a custom PySpark application which contains an infinite loop which constantly checks for new commands to be executed. Each Sparkmagic command is saved on Java collection, retrieved by the PySpark application through Py4J Gateway and executed.
  • An SQL Solution for Jupyter
    6 projects | news.ycombinator.com | 9 Feb 2021
    Jupyter would be even better if it supported the seamless combination of Python and SQL code cells.

    My notebook code typically involves a data prep stage with querying a SQL database, then downloading into Python for more complex analysis, ML modelling, integration with external data sources, etc. So the notebook has a Python kernel with SQL usually as embedded """-quoted strings.

    Does anyone have a solution to treating selected code cells as SQL - with SQL highlighting and tooltips - exposed as string variables to the Python code?

    Sparkmagic [1] does part of this for Python/SQL/Spark interoperability, but as far as I recall, doesn't support SQL syntax highlighting.

    [1] https://github.com/jupyter-incubator/sparkmagic

What are some alternatives?

When comparing incubator-livy and sparkmagic you can also consider the following projects:

lighter - REST API for Apache Spark on K8S or YARN

Apache Spark - Apache Spark - A unified analytics engine for large-scale data processing

Jupyter Scala - A Scala kernel for Jupyter

incubator-livy - Mirror of Apache livy (Incubating)

tispark - TiSpark is built for running Apache Spark on top of TiDB/TiKV

nbmake - 📝 Pytest plugin for testing notebooks

Trino - Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)

nbgrader - A system for assigning and grading notebooks

xeus-sql - Jupyter kernel for SQL databases