Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kirbs-/svm

Apache Spark Version Manager
https://github.com/kirbs-/svm

apache-spark spark

Last synced: 15 days ago
JSON representation

Apache Spark Version Manager

Awesome Lists containing this project

README

        

# svm: Spark Version Manager
Manage Apache Spark installations with a simplified CLI.

# Installation
1. `pip install svm`
2. Set SPARK_HOME environmental variable to ~/.svm/active_spark

# Usage
List official Spark versions

`svm --list`

Install specific version

`svm --install 2.2.1`

Activate specified version (must be installed first)

`svm --activate 2.2.1`

Disable

`svm --deactivate`

# How this works
svm installs Spark versions into the local user's home directory in .svm folder. Then symlinks .svm/active_spark to the version directory you want active.