aboutsummaryrefslogtreecommitdiff
path: root/core/src
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-4480] Avoid many small spills in external data structures (1.1)Andrew Or2014-11-194-12/+37
* [SPARK-4380] Log more precise number of bytes spilled (1.1)Andrew Or2014-11-182-4/+6
* [SPARK-4433] fix a racing condition in zipWithIndexXiangrui Meng2014-11-182-14/+22
* [SPARK-4393] Fix memory leak in ConnectionManager ACK timeout TimerTasks; use...Kousuke Saruta2014-11-181-13/+39
* [SPARK-4467] Partial fix for fetch failure in sort-based shuffle (1.1)Andrew Or2014-11-171-0/+1
* Revert "[SPARK-4075] [Deploy] Jar url validation is not enough for Jar file"Andrew Or2014-11-172-16/+1
* Update versions for 1.1.1 releaseAndrew Or2014-11-101-1/+1
* [SPARK-3495][SPARK-3496] Backporting block replication fixes made in master t...Tathagata Das2014-11-108-44/+535
* [SPARK-4169] [Core] Accommodate non-English Locales in unit testsNiklas Wilcke2014-11-102-12/+15
* [SPARK-4158] Fix for missing resources.Brenden Matthews2014-11-052-4/+2
* SPARK-3223 runAsSparkUser cannot change HDFS write permission properly i...Jongyoul Lee2014-11-052-2/+2
* [SPARK-4097] Fix the race condition of 'thread'zsxwing2014-10-291-1/+5
* [SPARK-4107] Fix incorrect handling of read() and skip() return values (branc...Josh Rosen2014-10-285-32/+22
* [SPARK-4080] Only throw IOException from [write|read][Object|External]Josh Rosen2014-10-2423-34/+63
* [SPARK-4006] In long running contexts, we encountered the situation of d...Tal Sliwowicz2014-10-241-12/+13
* [SPARK-4075] [Deploy] Jar url validation is not enough for Jar fileKousuke Saruta2014-10-242-1/+16
* [SPARK-3426] Fix sort-based shuffle error when spark.shuffle.compress and spa...Josh Rosen2014-10-226-11/+61
* [SPARK-4010][Web UI]Spark UI returns 500 in yarn-client modeGuoQiang Li2014-10-202-5/+5
* [SPARK-3948][Shuffle]Fix stream corruption bug in sort-based shufflejerryshao2014-10-202-5/+27
* [SPARK-2546] Clone JobConf for each task (branch-1.0 / 1.1 backport)Josh Rosen2014-10-191-15/+38
* SPARK-3926 [CORE] Result of JavaRDD.collectAsMap() is not SerializableSean Owen2014-10-183-8/+21
* [SPARK-3606] [yarn] Correctly configure AmIpFilter for Yarn HA (1.1 vers...Marcelo Vanzin2014-10-173-12/+17
* [SPARK-3067] JobProgressPage could not show Fair Scheduler Pools section some...yantangzhai2014-10-161-1/+4
* [SPARK-3905][Web UI]The keys for sorting the columns of Executor page ,Stage ...GuoQiang Li2014-10-123-12/+12
* [SPARK-3121] Wrong implementation of implicit bytesWritableConverterJakub Dubovský2014-10-122-1/+45
* [SPARK-3844][UI] Truncate appName in WebUI if it is too longXiangrui Meng2014-10-091-1/+5
* [SPARK-3829] Make Spark logo image on the header of HistoryPage as a link to ...Kousuke Saruta2014-10-071-2/+4
* [SPARK-3777] Display "Executor ID" for Tasks in Stage pagezsxwing2014-10-071-2/+2
* [SPARK-3731] [PySpark] fix memory leak in PythonRDDDavies Liu2014-10-071-0/+4
* [SPARK-3825] Log more detail when unrolling a block failsAndrew Or2014-10-072-8/+39
* [SPARK-3827] Very long RDD names are not rendered properly in web UIHossein2014-10-071-0/+5
* SPARK-1656: Fix potential resource leakszsxwing2014-10-053-15/+40
* [SPARK-3597][Mesos] Implement `killTask`.Brenden Matthews2014-10-051-0/+7
* [SPARK-3535][Mesos] Fix resource handling.Brenden Matthews2014-10-033-8/+68
* SPARK-2058: Overriding SPARK_HOME/conf with SPARK_CONF_DIREugenCepoi2014-10-032-26/+50
* [DEPLOY] SPARK-3759: Return the exit code of the driver processEric Eijkelenboom2014-10-021-1/+2
* [SPARK-3755][Core] avoid trying privileged port when request a non-privileged...scwf2014-10-021-1/+6
* [SPARK-3756] [Core]check exception is caused by an address-port collision pro...scwf2014-10-011-0/+2
* [SPARK-3755][Core] Do not bind port 1 - 1024 to server in sparkscwf2014-10-011-1/+1
* [SPARK-3747] TaskResultGetter could incorrectly abort a stage if it cannot ge...Reynold Xin2014-10-011-2/+5
* [SPARK-3709] Executors don't always report broadcast block removal properly b...Reynold Xin2014-09-301-2/+2
* [SPARK-3734] DriverRunner should not read SPARK_HOME from submitter's environ...Josh Rosen2014-09-291-4/+1
* [SPARK-3032][Shuffle] Fix key comparison integer overflow introduced sorting ...jerryshao2014-09-292-1/+56
* [CORE] Bugfix: LogErr format in DAGScheduler.scalaZhang, Liye2014-09-291-1/+1
* [SPARK-1853] Show Streaming application code context (file, line number) in S...Mubarak Seyed2014-09-233-20/+46
* [SPARK-3653] Respect SPARK_*_MEMORY for cluster modeAndrew Or2014-09-231-0/+4
* SPARK-3612. Executor shouldn't quit if heartbeat message fails to reach ...Sandy Ryza2014-09-231-5/+11
* Revert "[SPARK-3595] Respect configured OutputCommitters when calling saveAsH...Patrick Wendell2014-09-213-91/+25
* [SPARK-3595] Respect configured OutputCommitters when calling saveAsHadoopFileIan Hummel2014-09-213-25/+91
* [Minor Hot Fix] Move a line in SparkSubmit to the right placeAndrew Or2014-09-181-1/+1