Installation
Using Homebrew
Install the oleander CLI to manage your Spark jobs from the command line:Configuration
Authenticate with your oleander account using your API key. You can find your API key in your oleander settings.Managing Spark Jobs
List your Spark jobs
View all your uploaded PySpark scripts and their current status:Upload your PySpark script
Upload your PySpark application to oleander. Your script will be stored and ready to execute on demand:Include Python dependencies
If your PySpark script requires additional Python modules, package them in a ZIP archive and include them with the--py-files option:
Update an existing job
To replace an existing Spark job with a new version of your script, use the--overwrite flag:
Delete a Spark job
Remove a Spark job that you no longer need:Submit and execute a Spark job
Run your uploaded PySpark script on oleander’s compute infrastructure. The--wait flag keeps the command running until the job completes, so you can monitor execution in real-time: