aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/spark/executor/Executor.scala
Commit message (Expand)AuthorAgeFilesLines
* Track workers by executor ID instead of hostname to allow multipleMatei Zaharia2013-01-271-2/+2
* Add synchronization to Executor.updateDependencies() (SPARK-662)Josh Rosen2013-01-211-16/+18
* Don't download files to master's working directory.Josh Rosen2013-01-211-3/+3
* Normalize executor exit statuses and report them to the user.Charles Reiss2012-12-131-2/+7
* Set default uncaught exception handler to exit.Charles Reiss2012-11-161-0/+15
* Fixed bug when fetching Jar dependencies.Denny2012-10-101-3/+3
* Make classes package privateDenny2012-10-021-1/+1
* Changed the way tasks' dependency files are sent to workers so thatMatei Zaharia2012-09-281-25/+31
* Fixed an issue with ordering of classloader setup that was causing Java deser...root2012-09-211-5/+4
* FormattingDenny2012-09-111-1/+2
* Subclass URLClassLoader instead of using reflectionDenny2012-09-111-10/+11
* Dynamically adding jar files and caching fileSets.Denny2012-09-101-31/+41
* General FileServerDenny2012-09-101-8/+7
* Fault tolerance and block store fixes discovered through streaming tests.Matei Zaharia2012-08-271-0/+1
* BroadcastManager is a class now (replaced Braodcast object)Mosharaf Chowdhury2012-08-051-2/+0
* Further refactoring, and start of a standalone scheduler backendMatei Zaharia2012-07-061-2/+2
* Miscellaneous bug fixesMatei Zaharia2012-07-061-3/+5
* Some refactoring to make cluster scheduler pluggable.Matei Zaharia2012-07-061-0/+144