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

added JobCacheDAO to hold job information in memory cache only. #110

Closed michli closed 9 years ago

michli commented 9 years ago

newly added properties for JobCacheDAO: spark.jobserver.cachedao.size => size of in memory cache (default to 500) spark.jobserver.cachedao.rootdir => directory to store jar files (default to "/tmp/spark-jobserver/cachedao/data")

@theel

tiongl commented 9 years ago

LGTM