aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:mesos/spark into scala-2.10Prashant Sharma2013-07-121-57/+96
|\
| * Merge pull request #684 from woggle/mesos-classloaderMatei Zaharia2013-07-111-57/+96
| |\
| | * Reset ClassLoader in MesosSchedulerBackend, too. (per review comments).Charles Reiss2013-07-091-63/+89
| | * Explicitly set class loader for MesosSchedulerDriver callbacks.Charles Reiss2013-07-081-0/+13
* | | Merge branch 'master' into master-mergePrashant Sharma2013-07-1283-981/+1854
|\| |
| * | Merge pull request #688 from markhamstra/scalaDependenciesMatei Zaharia2013-07-081-0/+8
| |\ \
| | * | pom cleanupMark Hamstra2013-07-081-2/+0
| | * | Explicit dependencies for scala-library and scalap to prevent 2.9.2 vs. 2.9.3...Mark Hamstra2013-07-081-0/+10
| | |/
| * | Remove akka LogLevel fix as we no longer use sprayShivaram Venkataraman2013-07-072-5/+0
| * | Ignore stderr when calling cat on a non-existing fileShivaram Venkataraman2013-07-071-1/+1
| * | Set DriverSuite log level to WARNShivaram Venkataraman2013-07-071-0/+4
| * | Suppress log messages in sbt test with two changes:Shivaram Venkataraman2013-07-074-2/+16
| |/
| * Fix occasional failure in UI listener.Patrick Wendell2013-07-062-15/+15
| * Merge remote-tracking branch 'pwendell/ui-updates'Matei Zaharia2013-07-0665-900/+1660
| |\
| | * Tracking some task metrics even during failures.Patrick Wendell2013-07-068-15/+39
| | * Enforcing correct sort order for formatted stringsPatrick Wendell2013-07-054-7/+19
| | * Removing dead codePatrick Wendell2013-07-021-13/+0
| | * Adding truncation for log filesPatrick Wendell2013-07-023-7/+54
| | * Throw exception for missing resourcePatrick Wendell2013-07-011-1/+1
| | * Package refactoringPatrick Wendell2013-07-013-114/+118
| | * Fixing bug where logs aren't shownPatrick Wendell2013-07-011-1/+2
| | * Various formatting changesPatrick Wendell2013-07-013-16/+14
| | * Adding test scriptPatrick Wendell2013-07-011-0/+61
| | * Print exception messagePatrick Wendell2013-07-012-1/+6
| | * Allowing details for failed stagesPatrick Wendell2013-06-295-51/+74
| | * Styling for progress barPatrick Wendell2013-06-292-5/+31
| | * Minor changes from Matei's reviewPatrick Wendell2013-06-283-14/+11
| | * Missing logo filePatrick Wendell2013-06-271-0/+0
| | * Forcing Jetty to run as daemonPatrick Wendell2013-06-271-1/+10
| | * Adding better tabs for UI headers.Patrick Wendell2013-06-2711-34/+120
| | * Handful of changes based on matei's reviewPatrick Wendell2013-06-276-10/+75
| | * Fixing bug in local scheduler time recordingPatrick Wendell2013-06-271-3/+4
| | * One more private classPatrick Wendell2013-06-261-1/+1
| | * Adding config option for retained stagesPatrick Wendell2013-06-261-1/+1
| | * Bumping timeoutsPatrick Wendell2013-06-263-5/+5
| | * Moving static ui packagePatrick Wendell2013-06-267-3/+3
| | * Making all new classes package privatePatrick Wendell2013-06-2613-14/+13
| | * Adding another unit test to Web UI suitePatrick Wendell2013-06-243-5/+19
| | * Allowing for requested port on constructionPatrick Wendell2013-06-245-14/+21
| | * A few bug fixes and a unit testPatrick Wendell2013-06-2410-19/+58
| | * Minor style cleanupPatrick Wendell2013-06-241-1/+2
| | * Cleaning up some code for Job ProgressPatrick Wendell2013-06-243-19/+31
| | * Work around for initalization issuePatrick Wendell2013-06-245-7/+21
| | * Updating based on changes to JobLogger (and one small change to JobLogger)Patrick Wendell2013-06-245-15/+18
| | * Some cleanup of stylingPatrick Wendell2013-06-222-14/+35
| | * Handling entirely failed stagesPatrick Wendell2013-06-223-30/+50
| | * Some tweaking with shared page headerPatrick Wendell2013-06-227-9/+18
| | * Using scala in XML importsPatrick Wendell2013-06-226-12/+10
| | * Linking RDD information when available in stagesPatrick Wendell2013-06-222-4/+11
| | * Showing shuffle status and purging old stagesPatrick Wendell2013-06-224-15/+56