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

Improve spark worker hang detection logic #80

Closed myxjtu closed 9 years ago

myxjtu commented 9 years ago
  1. Make the spark worker hang detection logic work on spark cluster
  2. fix the http connection (to spark web url) time out issue after some idle time.
  3. fix some minor formatting issues.