README.md

April 5, 2019 ยท View on GitHub

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

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.

Contents

  1. 1spark-operator-image-tool
  2. 1.1Installation
  3. 1.2Quick Start