aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Fix SPARK-4471: blockManagerIdFromJson function throws exception while B...hushan[胡珊]2014-11-252-3/+16
* [SPARK-4546] Improve HistoryServer first time user experienceAndrew Or2014-11-253-21/+39
* [SPARK-4592] Avoid duplicate worker registrations in standalone modeAndrew Or2014-11-252-7/+47
* [SPARK-4525] Mesos should decline unused offersJongyoul Lee2014-11-242-21/+65
* Revert "[SPARK-4525] Mesos should decline unused offers"Patrick Wendell2014-11-242-65/+21
* [SPARK-4525] Mesos should decline unused offersPatrick Wendell2014-11-242-21/+65
* [SPARK-4266] [Web-UI] Reduce stage page load time.Kay Ousterhout2014-11-248-27/+39
* [SPARK-4548] []SPARK-4517] improve performance of python broadcastDavies Liu2014-11-241-22/+51
* [SPARK-4145] Web UI job pagesJosh Rosen2014-11-2421-75/+1054
* [SPARK-4479][SQL] Avoids unnecessary defensive copies when sort based shuffle...Cheng Lian2014-11-242-9/+26
* [SPARK-4446] [SPARK CORE]Leolh2014-11-191-1/+1
* [SPARK-4480] Avoid many small spills in external data structuresAndrew Or2014-11-192-12/+18
* [Spark-4484] Treat maxResultSize as unlimited when set to 0; improve error me...Nishkam Ravi2014-11-193-4/+4
* [SPARK-4478] Keep totalRegisteredExecutors up-to-dateAkshat Aranya2014-11-191-0/+2
* [SPARK-4495] Fix memory leak in JobProgressListenerJosh Rosen2014-11-192-43/+170
* [SPARK-4470] Validate number of threads in local modeKenichi Maehashi2014-11-191-0/+3
* [SPARK-4467] fix elements read count for ExtrenalSorterTianshuo Deng2014-11-193-14/+12
* [Spark-4432]close InStream after the block is accessedMingfei2014-11-181-0/+2
* [SPARK-4441] Close Tachyon client when TachyonBlockManager is shutdownMingfei2014-11-181-0/+1
* [SPARK-4433] fix a racing condition in zipWithIndexXiangrui Meng2014-11-182-14/+22
* [SPARK-3721] [PySpark] broadcast objects larger than 2GDavies Liu2014-11-181-8/+16
* [SPARK-4463] Add (de)select all button for add'l metrics.Kay Ousterhout2014-11-182-7/+14
* [SPARK-4017] show progress bar in consoleDavies Liu2014-11-185-1/+136
* [SPARK-4404] remove sys.exit() in shutdown hookDavies Liu2014-11-181-1/+1
* [SPARK-4075][SPARK-4434] Fix the URI validation logic for Application Jar name.Kousuke Saruta2014-11-182-3/+28
* SPARK-4466: Provide support for publishing Scala 2.11 artifacts to MavenPatrick Wendell2014-11-171-1/+1
* [SPARK-4180] [Core] Prevent creation of multiple active SparkContextsJosh Rosen2014-11-174-24/+207
* Revert "[SPARK-4075] [Deploy] Jar url validation is not enough for Jar file"Andrew Or2014-11-172-16/+1
* SPARK-4445, Don't display storage level in toDebugString unless RDD is persis...Prashant Sharma2014-11-171-1/+1
* Preparing development version 1.2.1-SNAPSHOTUbuntu2014-11-172-2/+2
* Preparing Spark release v1.2.0-snapshot1Ubuntu2014-11-172-2/+2
* Revert "Preparing Spark release v1.2.0-snapshot0"Patrick Wendell2014-11-162-2/+2
* Revert "Preparing development version 1.2.1-SNAPSHOT"Patrick Wendell2014-11-162-3/+3
* Preparing development version 1.2.1-SNAPSHOTUbuntu2014-11-172-3/+3
* Preparing Spark release v1.2.0-snapshot0Ubuntu2014-11-172-2/+2
* [SPARK-4393] Fix memory leak in ConnectionManager ACK timeout TimerTasks; use...Josh Rosen2014-11-161-12/+35
* [SPARK-2321] Several progress API improvements / refactoringsJosh Rosen2014-11-146-169/+266
* [SPARK-4260] Httpbroadcast should set connection timeout.Kousuke Saruta2014-11-141-0/+2
* [SPARK-4363][Doc] Update the Broadcast examplezsxwing2014-11-141-1/+1
* [SPARK-4379][Core] Change Exception to SparkException in checkpointzsxwing2014-11-141-1/+1
* [SPARK-4415] [PySpark] JVM should exit after Python exitDavies Liu2014-11-141-5/+6
* [SPARK-4404]SparkSubmitDriverBootstrapper should stop after its SparkSubmit s...WangTao2014-11-141-0/+10
* SPARK-4214. With dynamic allocation, avoid outstanding requests for more...Sandy Ryza2014-11-142-9/+94
* Update failed assert text to match code in SizeEstimatorSuiteJeff Hammerbacher2014-11-141-1/+1
* [SPARK-4313][WebUI][Yarn] Fix link issue of the executor thread dump page in ...zsxwing2014-11-143-3/+18
* [Spark Core] SPARK-4380 Edit spilling log from MB to BHong Shen2014-11-141-2/+3
* Revert "[SPARK-2703][Core]Make Tachyon related unit tests execute without dep...Patrick Wendell2014-11-142-16/+2
* [SPARK-4310][WebUI] Sort 'Submitted' column in Stage page by timezsxwing2014-11-131-1/+3
* [SPARK-4370] [Core] Limit number of Netty cores based on executor sizeAaron Davidson2014-11-1213-30/+60
* [SPARK-2672] support compressed file in wholeTextFileDavies Liu2014-11-123-13/+103