nchammas / flintrock

A command-line tool for launching Apache Spark clusters.
Apache License 2.0
636 stars 116 forks source link

Prepare Flintrock 2.1.0 release #369

Closed nchammas closed 7 months ago

nchammas commented 7 months ago

This PR makes the following changes:

I tested this PR by manually packaging, installing, and testing Flintrock in an isolated environment:

python -m venv venv
source venv/bin/activate
pip install https://github.com/nchammas/flintrock/archive/release-prep.zip
flintrock --help
flintrock launch ...

Related to #359.