ooyala / spark-jobserver

REST job server for Spark. Note that this is *not* the mainline open source version. For that, go to https://github.com/spark-jobserver/spark-jobserver. This fork now serves as a semi-private repo for Ooyala.
Other
344 stars 135 forks source link

Support WebSockets and/or JMS for job status #111

Open blue666man opened 8 years ago

blue666man commented 8 years ago

JobStatusActor already handles subscriptions from external actors. Would be nice if we could publish statuses over WebSockets or JMS so that external apps can get push notifications rather than polling.