aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into scala-2.10Raymond Liu2013-11-13150-4541/+6611
|\
| * 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
| | * | Merge pull request #126 from kayousterhout/local_fixMatei Zaharia2013-10-301-1/+1
| | |\ \
| | | * | Fixed incorrect log message in local schedulerKay Ousterhout2013-10-301-1/+1
| | * | | Merge pull request #124 from tgravescs/sparkHadoopUtilFixMatei Zaharia2013-10-307-37/+41
| | |\ \ \
| | | * | | move the hadoopJobMetadata back into SparkEnvtgravescs2013-10-303-10/+8
| | | * | | Merge remote-tracking branch 'upstream/master' into sparkHadoopUtilFixtgravescs2013-10-302-57/+99
| | | |\| |
| | | * | | Remove SparkHadoopUtil stuff from SparkEnvtgravescs2013-10-297-32/+38
| | * | | | Merge pull request #125 from velvia/2013-10/local-jar-uriMatei Zaharia2013-10-301-1/+5
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | Add support for local:// URI scheme for addJars()Evan Chan2013-10-301-1/+5
| | | |/ /
| | * | | Extract BlockInfo classes from BlockManager.Josh Rosen2013-10-292-75/+97
| | * | | Store fewer BlockInfo fields for shuffle blocks.Josh Rosen2013-10-291-7/+25
| | * | | Restructure BlockInfo fields to reduce memory use.Josh Rosen2013-10-271-15/+17
| | |/ /
| | * | Merge pull request #112 from kayousterhout/ui_task_attempt_idMatei Zaharia2013-10-271-2/+3
| | |\ \
| | | * | Display both task ID and task index in UIKay Ousterhout2013-10-261-2/+3
| | | |/
| | * | Use flag instead of name check.Aaron Davidson2013-10-261-2/+1
| | * | Eliminate extra memory usage when shuffle file consolidation is disabledAaron Davidson2013-10-262-5/+13
| | * | Merge pull request #108 from alig/masterMatei Zaharia2013-10-255-7/+108
| | |\ \
| | | * | fixing comments on PRAli Ghodsi2013-10-253-29/+18
| | | * | Makes Spark SIMR ready.Ali Ghodsi2013-10-245-4/+116
| | * | | Merge pull request #102 from tdas/transformMatei Zaharia2013-10-253-0/+81
| | |\ \ \
| | | * \ \ Merge branch 'apache-master' into transformTathagata Das2013-10-254-0/+46
| | | |\ \ \
| | | * \ \ \ Merge branch 'apache-master' into transformTathagata Das2013-10-2412-1/+94
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| |
| | | * | | | Added JavaStreamingContext.transformTathagata Das2013-10-241-0/+11
| | | * | | | Removed Function3.call() based on Josh's comment.Tathagata Das2013-10-231-2/+0