aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-3731] [PySpark] fix memory leak in PythonRDDDavies Liu2014-10-071-0/+5
* [SPARK-3762] clear reference of SparkEnv after stopDavies Liu2014-10-076-18/+8
* Rectify gereneric parameter names between SparkContext and AccumulablePa...Nathan Kronenfeld2014-10-051-6/+6
* SPARK-3794 [CORE] Building spark core fails due to inadvertent dependency on ...Sean Owen2014-10-052-11/+10
* SPARK-1656: Fix potential resource leakszsxwing2014-10-053-15/+40
* [SPARK-3597][Mesos] Implement `killTask`.Brenden Matthews2014-10-051-0/+7
* [SPARK-1860] More conservative app directory cleanup.mcheah2014-10-033-21/+45
* [SPARK-3377] [SPARK-3610] Metrics can be accidentally aggregated / History se...Kousuke Saruta2014-10-0318-70/+160
* [SPARK-3606] [yarn] Correctly configure AmIpFilter for Yarn HA.Marcelo Vanzin2014-10-033-10/+14
* [SPARK-3535][Mesos] Fix resource handling.Brenden Matthews2014-10-033-8/+68
* SPARK-2058: Overriding SPARK_HOME/conf with SPARK_CONF_DIREugenCepoi2014-10-031-25/+17
* [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-3632] ConnectionManager can run out of receive threads with authentica...Thomas Graves2014-10-023-79/+63
* [SPARK-3495] Block replication fails continuously when the replication target...Tathagata Das2014-10-025-42/+122
* [SPARK-3706][PySpark] Cannot run IPython REPL with IPYTHON set to "1" and PYS...cocoatomo2014-10-021-1/+2
* SPARK-1767: Prefer HDFS-cached replicas when scheduling data-local tasksColin Patrick Mccabe2014-10-026-17/+138
* [SPARK-3446] Expose underlying job ids in FutureAction.Marcelo Vanzin2014-10-011-2/+17
* Revert "[SPARK-3755][Core] Do not bind port 1 - 1024 to server in spark"Patrick Wendell2014-10-011-1/+1
* [SPARK-3658][SQL] Start thrift server as a daemonWangTaoTheTonic2014-10-011-0/+4
* [SPARK-3756] [Core]check exception is caused by an address-port collision pro...scwf2014-10-011-0/+3
* [SPARK-3755][Core] Do not bind port 1 - 1024 to server in sparkscwf2014-10-011-1/+1
* [SPARK-3749] [PySpark] fix bugs in broadcast large closure of RDDDavies Liu2014-10-011-13/+21
* [SPARK-3747] TaskResultGetter could incorrectly abort a stage if it cannot ge...Reynold Xin2014-10-011-2/+5
* Remove compiler warning from TaskContext change.Reynold Xin2014-09-301-4/+4
* [SPARK-3356] [DOCS] Document when RDD elements' ordering within partitions is...Sean Owen2014-09-302-5/+24
* [SPARK-3734] DriverRunner should not read SPARK_HOME from submitter's environ...Josh Rosen2014-09-291-4/+1
* [SPARK-3709] Executors don't always report broadcast block removal properly b...Reynold Xin2014-09-292-3/+3
* [SPARK-3613] Record only average block size in MapStatus for large stagesReynold Xin2014-09-294-44/+115
* Minor cleanup of code.Reynold Xin2014-09-293-47/+31
* Add more debug message for ManagedBufferReynold Xin2014-09-292-6/+51
* [SPARK-3032][Shuffle] Fix key comparison integer overflow introduced sorting ...jerryshao2014-09-291-1/+1
* [CORE] Bugfix: LogErr format in DAGScheduler.scalaZhang, Liye2014-09-291-1/+1
* [SPARK-3543] TaskContext remaining cleanup work.Reynold Xin2014-09-282-2/+3
* SPARK-2761 refactor #maybeSpill into SpillableJim Lim2014-09-283-92/+133
* Revert "[SPARK-1021] Defer the data-driven computation of partition bounds in...Reynold Xin2014-09-283-66/+34
* Minor fix for the previous commit.Reynold Xin2014-09-272-6/+5
* SPARK-CORE [SPARK-3651] Group common CoarseGrainedSchedulerBackend variables ...Dale2014-09-272-38/+68
* [SPARK-3543] Clean up Java TaskContext implementation.Reynold Xin2014-09-274-10/+8
* Minor cleanup to tighten visibility and remove compilation warning.Reynold Xin2014-09-272-25/+27
* [SPARK-1021] Defer the data-driven computation of partition bounds in so...Erik Erlandson2014-09-263-34/+66
* [SPARK-3543] Write TaskContext in Java and expose it through a static accessor.Prashant Sharma2014-09-264-129/+8
* [SPARK-3695]shuffle fetch fail outputDaoyuan Wang2014-09-261-1/+1
* SPARK-2634: Change MapOutputTrackerWorker.mapStatuses to ConcurrentHashMapzsxwing2014-09-251-1/+7
* [SPARK-3690] Closing shuffle writers we swallow more important exceptionepahomov2014-09-251-2/+7
* [SPARK-546] Add full outer join to RDD and DStream.Aaron Staple2014-09-242-0/+90
* [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
* [SPARK-3595] Respect configured OutputCommitters when calling saveAsHadoopFileIan Hummel2014-09-212-2/+7