geosmart / lighter

REST API for Apache Spark on K8S

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lighter

Lighter is an opensource application for interacting with Apache Spark on Kubernetes or Apache Hadoop YARN. It is hevily inspired by Apache Livy and has some overlaping features.

Lighter supports:

  • Interactive Python Sessions through Sparkmagic kernel
  • Batch application submissions through the REST API

⚠️ If you are using interactive sessions: While we have tested batch applications quite extensively, there might be some problems with interactive sessions, consider current release of Lighter as alpha.

You can read a breaf description on how Lighter works here.

Using Lighter

Developing Lighter

Building

To build Docker image, containing application, you need to run

docker build -t lighter .

Spark versions

Lighter will always support latest patch version for all officially recommended Apache Spark releases i.e.: 3.0.3 and 3.1.2.

Contributing

See Contribution guide

License

Lighter is MIT liceansed.

About

REST API for Apache Spark on K8S

License:MIT License


Languages

Language:Java 58.2%Language:Groovy 23.8%Language:TypeScript 14.1%Language:Python 2.3%Language:Dockerfile 0.8%Language:HTML 0.4%Language:JavaScript 0.2%Language:SCSS 0.2%