Home

Awesome

spark-operator-image-tool

Build status License PyPI version Docs

Purpose of this tool is to verify if given container image is compatible with spark-operator.

Installation

pip3 install soit --user

Quick Start

soit --image quay.io/jkremser/openshift-spark --tag 2.4.0

Demo

<!-- asciinema rec -i 3 docker run -\-rm -v $PWD:/data asciinema/asciicast2gif -s 1.18 -S 3 -h 62 -t monokai 189204.cast demo.gif -->

Watch the full asciicast

Local Development

Install the modules:

pip3 install -r requirements.txt --user

Run the app:

python3 soit/main.py

Other

This tool is based on a library for interactive testing of container images called conu.