spark-operator-image-tool

https://travis-ci.org/Jiri-Kremser/spark-operator-image-tool.svg?branch=masterBuild status https://img.shields.io/badge/license-Apache--2.0-blue.svgLicense https://badge.fury.io/py/soit.svgPyPI version https://readthedocs.org/projects/spark-operator-image-tool/badge/?version=latestDocs

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

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.