You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Chris Grier <gr...@imchris.org> on 2014/07/29 20:09:01 UTC

python project like spark-jobserver?

I'm looking for something like the ooyala spark-jobserver (
https://github.com/ooyala/spark-jobserver) that basically manages a
SparkContext for use from a REST or web application environment, but for
python jobs instead of scala.

Has anyone written something like this? Looking for a project or pointers
as to what would be the best way to do something like this with Python and
Spark.

-Chris