spark-instrumented-optimizer/core
Kay Ousterhout 88049a214d Fixed 3 bugs that caused UI to crash (including SPARK-810).
One bug caused the UI to crash if you try to look at a job's status
before any of the tasks have finished.

The second bug was a concurrency issue where two different threads
(the scheduling thread and a UI thread) could be reading/updating
the data structures in JobProgressListener concurrently.

The third bug mis-used an Option, also causing the UI to crash
under certain conditions.
2013-08-07 23:09:25 -07:00
..
src Fixed 3 bugs that caused UI to crash (including SPARK-810). 2013-08-07 23:09:25 -07:00
pom.xml Added Snappy dependency to Maven build files. 2013-07-30 17:25:42 -07:00