aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* Fix bug where scheduler could hang after task failure.Kay Ousterhout2013-11-141-10/+3
* Changed local backend to use Akka actorKay Ousterhout2013-11-141-23/+57
* Fixed naming issues and added back ability to specify max task failures.Kay Ousterhout2013-11-137-20/+80
* Merge remote-tracking branch 'upstream/master' into consolidate_schedulersKay Ousterhout2013-11-1329-504/+1455
|\
| * Merge pull request #166 from ahirreddy/simr-spark-uiMatei Zaharia2013-11-131-0/+12
| |\
| | * SIMR Backend Scheduler will now write Spark UI URL to HDFS, which is to be re...Ahir Reddy2013-11-121-0/+12
| * | Merge pull request #160 from xiajunluan/JIRA-923Matei Zaharia2013-11-122-10/+32
| |\ \ | | |/ | |/|
| | * fix format errorAndrew xia2013-11-111-6/+6
| | * cut lines to less than 100Andrew xia2013-11-111-2/+4
| | * Fix bug JIRA-923Andrew xia2013-11-113-9/+28
| * | Moved the Spark internal class registration for Kryo into an object, and adde...Reynold Xin2013-11-091-18/+22
| * | Call Kryo setReferences before calling user specified Kryo registrator.Reynold Xin2013-11-091-6/+10
| * | Merge pull request #154 from soulmachine/ClusterSchedulerMatei Zaharia2013-11-091-15/+8
| |\ \
| | * | replace the thread with a Akka schedulersoulmachine2013-11-091-15/+8
| * | | Merge pull request #155 from rxin/jobgroupReynold Xin2013-11-091-1/+1
| |\ \ \
| | * | | Don't reset job group when a new job description is set.Reynold Xin2013-11-091-1/+1
| * | | | Merge pull request #149 from tgravescs/fixSecureHdfsAccessMatei Zaharia2013-11-092-5/+18
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Don't call the doAs if user is unknown or the same user that is already runningtgravescs2013-11-082-9/+17
| | * | | Remove the runAsUser as it breaks secure hdfs accesstgravescs2013-11-081-1/+4
| | * | | Fix access to Secure HDFStgravescs2013-11-081-0/+2
| | |/ /
| * / / Propagate the SparkContext local property from the thread that calls the spar...Reynold Xin2013-11-091-0/+6
| |/ /
| * | Merge pull request #148 from squito/include_appIdReynold Xin2013-11-072-2/+2
| |\ \
| | * | include the appid in the cmd line arguments to ExecutorsImran Rashid2013-11-072-2/+2
| * | | Add Spark multi-user support for standalone mode and Mesosjerryshao2013-11-074-378/+414
| |/ /
| * | Removed unused return value in SparkContext.runJobLian, Cheng2013-11-061-2/+1
| * | Ignore a task update status if the executor doesn't exist anymore.Reynold Xin2013-11-051-3/+11
| * | Using compact case class pattern matching syntax to simplify code in DAGSched...Lian, Cheng2013-11-051-7/+6
| * | Merge pull request #139 from aarondav/shuffle-nextReynold Xin2013-11-043-36/+4
| |\ \
| | * | Never store shuffle blocks in BlockManagerAaron Davidson2013-11-043-36/+4
| * | | Merge pull request #128 from shimingfei/joblogger-docReynold Xin2013-11-041-25/+118
| |/ /
| * | Minor cleanup in ShuffleBlockManagerAaron Davidson2013-11-041-4/+4
| * | Refactor ShuffleBlockManager to reduce public interfaceAaron Davidson2013-11-043-178/+123
| * | Add javadoc and remove unused codeAaron Davidson2013-11-032-1/+1
| * | use OpenHashMap, remove monotonicity requirement, fix failure bugAaron Davidson2013-11-034-41/+26
| * | Address Reynold's commentsAaron Davidson2013-11-031-12/+16
| * | Add documentation and address other commentsAaron Davidson2013-11-032-26/+35
| * | Fix weird bug with specialized PrimitiveVectorAaron Davidson2013-11-031-1/+5
| * | Address minor commentsAaron Davidson2013-11-033-8/+9
| * | Memory-optimized shuffle file consolidationAaron Davidson2013-11-037-77/+268
| * | Code review feedback.Reynold Xin2013-11-034-12/+16
| * | Fixed a bug that uses twice amount of memory for the primitive arrays due to ...Reynold Xin2013-11-025-26/+34
| * | Merge branch 'master' into hash1Reynold Xin2013-11-0277-3303/+2001
| |\ \
| | * | Add local: URI support to addFile as wellEvan Chan2013-11-011-1/+2
| | * | Merge pull request #117 from stephenh/avoid_concurrent_modification_exceptionMatei Zaharia2013-10-302-3/+12
| | |\ \
| | | * | Avoid match errors when filtering for spark.hadoop settings.Stephen Haberman2013-10-301-2/+4
| | | * | Use Properties.clone() instead.Stephen Haberman2013-10-291-5/+2
| | | * | Handle ConcurrentModificationExceptions in SparkContext init.Stephen Haberman2013-10-272-3/+13
| * | | | Added a number of very fast, memory-efficient data structures: BitSet, OpenHa...Reynold Xin2013-10-164-0/+633
* | | | | Extracted TaskScheduler interface.Kay Ousterhout2013-11-1310-52/+57
* | | | | Cleaned up imports and fixed test bugKay Ousterhout2013-10-312-3/+1