aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/spark/executor/Executor.scala
Commit message (Expand)AuthorAgeFilesLines
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-011-269/+0
* Change Executor to only look at the env variable SPARK_YARN_MODEY.CORP.YAHOO.COM\tgraves2013-08-281-1/+1
* Updated based on review comments.Y.CORP.YAHOO.COM\tgraves2013-08-271-9/+6
* Allow for Executors to have different directories then the Spark Master for YarnY.CORP.YAHOO.COM\tgraves2013-08-271-0/+25
* Initial work towards scheduler refactoring:Matei Zaharia2013-08-181-4/+8
* Style cleanup based on Matei feedbackPatrick Wendell2013-08-141-2/+2
* Small style clean-upPatrick Wendell2013-08-131-1/+1
* Capturing GC detials in TaskMetricsPatrick Wendell2013-08-131-8/+14
* Change class xxxInstrumentation to class xxxSourceAndrew xia2013-07-241-2/+2
* continue to refactor code style and functionsAndrew xia2013-07-241-4/+4
* Change Executor MetricsSystem initialize code to SparkEnvjerryshao2013-07-241-1/+5
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+17
* Merge remote-tracking branch 'pwendell/ui-updates'Matei Zaharia2013-07-061-2/+8
|\
| * Tracking some task metrics even during failures.Patrick Wendell2013-07-061-2/+8
* | Fix search path for REPL class loader to really find added JARsMatei Zaharia2013-06-221-16/+22
|/
* modify to pass job annotation by localProperties and use daeamon thread to do...Mingfei2013-06-081-0/+1
* Merge pull request #610 from JoshRosen/spark-747Reynold Xin2013-05-171-0/+5
|\
| * Abort job if result exceeds Akka frame size; add test.Josh Rosen2013-05-161-1/+2
| * Throw exception if task result exceeds Akka frame size.Josh Rosen2013-05-111-0/+4
* | Capturing class namePatrick Wendell2013-05-121-1/+1
* | Removing importPatrick Wendell2013-05-111-1/+1
* | Changing technique to use same code path in all casesPatrick Wendell2013-05-111-14/+2
* | SPARK-738: Spark should detect and squash nonserializable exceptionsPatrick Wendell2013-05-111-2/+14
|/
* Checkpoint commit - compiles and passes a lot of tests - not all though, look...Mridul Muralidharan2013-04-151-1/+6
* Merge branch 'master' into volatileStephen Haberman2013-03-201-1/+11
|\
| * add timing around parts of executor & track result sizeImran Rashid2013-02-211-0/+10
| * Merge branch 'master' into stageInfoImran Rashid2013-02-211-6/+11
| |\
| * | TaskContext does not hold a reference to Task; instead, it has a shared insta...Imran Rashid2013-02-211-1/+1
| * | setup plumbing to get task metrics; lots of unfinished parts, but basic flow ...Imran Rashid2013-02-051-1/+1
* | | Don't create the Executor until we have everything it needs.Stephen Haberman2013-02-281-43/+38
* | | Make Executor fields volatile since they're read from the thread pool.Stephen Haberman2013-02-281-6/+6
| |/ |/|
* | Pull detection of being in a shutdown hook into utility function.Charles Reiss2013-02-191-14/+2
* | Paranoid uncaught exception handling for exceptions during shutdownCharles Reiss2013-02-191-6/+23
|/
* 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