An open API service indexing awesome lists of open source software.

https://github.com/radanalyticsio/scorpion-stare

Spark scheduler backend plug-ins for awareness of kube, openshift, oshinko, etc
https://github.com/radanalyticsio/scorpion-stare

Last synced: about 1 year ago
JSON representation

Spark scheduler backend plug-ins for awareness of kube, openshift, oshinko, etc

Awesome Lists containing this project

README

          

# scorpion-stare
Spark scheduler backend plug-ins for awareness of kube, openshift, oshinko, etc

build a plug-in into local (uber-)jar files:

$ cd /path/to/scorpion-stare
$ sbt oshinko/assembly

using custom scorpion-stare build of spark:

$ cd /path/to/spark
$ ./bin/spark-shell --master "local-cluster[2,1,1024]" --jars /path/to/scorpion-stare/oshinko/target/scala-2.11/scorpion_stare.jar

The spark-shell should recognize the `OshinkoService` plug-in for `WorkerScaleoutService`