Skip to content
/ lighter Public
forked from exacaster/lighter

REST API for Apache Spark on K8S

License

Notifications You must be signed in to change notification settings

hynix/lighter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 try to support the latest patch version for all officially recommended Apache Spark releases i.e.: 3.1.3, 3.2.2 and 3.3.0.

Contributing

See Contribution guide

License

Lighter is MIT licensed.

About

REST API for Apache Spark on K8S

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 58.6%
  • Groovy 23.9%
  • TypeScript 13.5%
  • Python 2.4%
  • Dockerfile 0.8%
  • HTML 0.4%
  • Other 0.4%