Metadata-Version: 2.1
Name: oshinko-temaki
Version: 0.4.0
Summary: a tool for hand rolling Apache Spark clusters
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: Apache-2
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Dist: PyYAML (>=4.2b1)

# oshinko temaki

[![Build Status](https://travis-ci.org/elmiko/oshinko-temaki.svg?branch=master)](https://travis-ci.org/elmiko/oshinko-temaki)

hand rolled spark clusters for openshift

## overview

This is a console utility to make creating Spark clusters with the
[spark-operator](https://github.com/radanalyticsio/spark-operator) simpler.
When invoked it will print a cluster schema to standard output using the
requested options.

## get started

```
pip install oshinko_temaki
```

to create a cluster where the spark-operator is running

```
osht | oc apply -f -
```

for more details

```
osht -h
```



