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

Update JobFileDAO.scala #62

Closed Andie78 closed 9 years ago

Andie78 commented 10 years ago

Compatibility change to run with MS-Windows 7. Windows doesn't allow colons ( : ) in file-names.

velvia commented 10 years ago

Hey Andie,

Would u mind filing the PR against spark-jobserver/spark-jobserver? Thanks.

-Evan "Never doubt that a small group of thoughtful, committed citizens can change the world" - M. Mead

On Sep 15, 2014, at 7:57 AM, Andie78 notifications@github.com wrote:

Compatibility change to run with MS-Windows 7. Windows doesn't allow colons ( : ) in file-names.

You can merge this Pull Request by running

git pull https://github.com/Andie78/spark-jobserver patch-1 Or view, comment on, or merge it at:

https://github.com/ooyala/spark-jobserver/pull/62

Commit Summary

Update JobFileDAO.scala File Changes

M job-server/src/spark.jobserver/io/JobFileDAO.scala (2) Patch Links:

https://github.com/ooyala/spark-jobserver/pull/62.patch https://github.com/ooyala/spark-jobserver/pull/62.diff — Reply to this email directly or view it on GitHub.

yixu34 commented 9 years ago

Closing as per @velvia 's prior comment. Hit up https://github.com/spark-jobserver/spark-jobserver instead.