aboutsummaryrefslogtreecommitdiff
path: root/core/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-4764] Ensure that files are fetched atomicallyChristophe Préaud2014-12-171-2/+1
* [SPARK-4595][Core] Fix MetricsServlet not work issueSaisai Shao2014-12-177-11/+28
* [Minor][Core] fix comments in MapOutputTrackerwangfei2014-12-151-10/+10
* [SPARK-4668] Fix some documentation typos.Ryan Williams2014-12-157-27/+41
* [Minor] Use <sup> tag for help icon in web UI page headerJosh Rosen2014-12-091-1/+3
* SPARK-4567. Make SparkJobInfo and SparkStageInfo serializableSandy Ryza2014-12-092-2/+6
* [SPARK-4765] Make GC time always shown in UI.Kay Ousterhout2014-12-093-13/+5
* [SPARK-4459] Change groupBy type parameter from K to USaldanha2014-12-041-7/+10
* [SPARK-4253] Ignore spark.driver.host in yarn-cluster and standalone-cluster ...WangTaoTheTonic2014-12-041-0/+5
* [SPARK-4085] Propagate FetchFailedException when Spark fails to read local sh...Reynold Xin2014-12-031-11/+17
* [SPARK-4498][core] Don't transition ExecutorInfo to RUNNING until Driver adds...Mark Hamstra2014-12-032-2/+1
* [SPARK-4715][Core] Make sure tryToAcquire won't return a negative valuezsxwing2014-12-031-2/+3
* [SPARK-4672][Core]Checkpoint() should clear f to shorten the serialization chainJerryLead2014-12-021-3/+6
* [SPARK-4661][Core] Minor code and docs cleanupzsxwing2014-12-011-1/+1
* SPARK-2143 [WEB UI] Add Spark version to UI footerSean Owen2014-11-301-0/+10
* [SPARK-4597] Use proper exception and reset variable in Utils.createTempDir()Liang-Chi Hsieh2014-11-281-1/+1
* Updating version in package.scalaPatrick Wendell2014-11-281-1/+1
* [SPARK-4619][Storage]delete redundant time suffixmaji20142014-11-281-1/+1
* [SPARK-4613][Core] Java API for JdbcRDDCheng Lian2014-11-271-2/+82
* [SPARK-4626] Kill a task only if the executorId is (still) registered with th...roxchkplusony2014-11-271-1/+7
* [SPARK-732][SPARK-3628][CORE][RESUBMIT] eliminate duplicate update on accmulatorCodingCat2014-11-262-24/+33
* [SPARK-4612] Reduce task latency and increase scheduling throughput by making...Tathagata Das2014-11-251-1/+1
* Revert "Preparing Spark release v1.2.0-snapshot1"Patrick Wendell2014-11-261-1/+1
* Revert "Preparing development version 1.2.1-SNAPSHOT"Patrick Wendell2014-11-261-1/+1
* [SPARK-4516] Cap default number of Netty threads at 8Aaron Davidson2014-11-251-7/+37
* Fix SPARK-4471: blockManagerIdFromJson function throws exception while B...hushan[胡珊]2014-11-251-0/+4
* [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-241-6/+19
* Revert "[SPARK-4525] Mesos should decline unused offers"Patrick Wendell2014-11-241-19/+6
* [SPARK-4525] Mesos should decline unused offersPatrick Wendell2014-11-241-6/+19
* [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-2418-66/+578
* [SPARK-4479][SQL] Avoids unnecessary defensive copies when sort based shuffle...Cheng Lian2014-11-241-3/+20
* [SPARK-4446] [SPARK CORE]Leolh2014-11-191-1/+1
* [SPARK-4480] Avoid many small spills in external data structuresAndrew Or2014-11-191-12/+16
* [Spark-4484] Treat maxResultSize as unlimited when set to 0; improve error me...Nishkam Ravi2014-11-192-2/+2
* [SPARK-4478] Keep totalRegisteredExecutors up-to-dateAkshat Aranya2014-11-191-0/+2
* [SPARK-4495] Fix memory leak in JobProgressListenerJosh Rosen2014-11-191-28/+85
* [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-181-14/+17
* [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-181-2/+12