aboutsummaryrefslogtreecommitdiff
path: root/core/src/main
Commit message (Expand)AuthorAgeFilesLines
* [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-275-29/+22
* 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-265-129/+282
* [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
* [SPARK-3599]Avoid loading properties file frequentlyWangTao2014-09-202-9/+10
* SPARK-3574. Shuffle finish time always reported as -1Sandy Ryza2014-09-203-9/+0
* [SPARK-3491] [MLlib] [PySpark] use pickle to serialize data in MLlibDavies Liu2014-09-192-8/+27
* [Minor Hot Fix] Move a line in SparkSubmit to the right placeAndrew Or2014-09-181-1/+1
* [SPARK-3560] Fixed setting spark.jars system property in yarn-cluster modeVictsm2014-09-181-1/+2
* [SPARK-3589][Minor]remove redundant codeWangTaoTheTonic2014-09-181-1/+1
* [SPARK-3547]Using a special exit code instead of 1 to represent ClassNotFound...WangTaoTheTonic2014-09-183-4/+4
* [SPARK-3565]Fix configuration item not consistent with documentWangTaoTheTonic2014-09-171-3/+3
* [SPARK-3567] appId field in SparkDeploySchedulerBackend should be volatileKousuke Saruta2014-09-171-1/+1
* [SPARK-3564][WebUI] Display App ID on HistoryPageKousuke Saruta2014-09-171-1/+3
* [SPARK-3571] Spark standalone cluster mode doesn't work.Kousuke Saruta2014-09-171-5/+6
* [SPARK-3546] InputStream of ManagedBuffer is not closed and causes running ou...Kousuke Saruta2014-09-162-3/+11
* [SPARK-2314][SQL] Override collect and take in python library, and count in j...Aaron Staple2014-09-161-1/+1
* [SPARK-3040] pick up a more proper local ip address for Utils.findLocalIpAddr...Ye Xianjin2014-09-151-1/+6
* [SPARK-2951] [PySpark] support unpickle array.array for Python 2.6Davies Liu2014-09-151-0/+51
* [SPARK-2714] DAGScheduler logs jobid when runJob finishesyantangzhai2014-09-152-5/+7
* [SPARK-3518] Remove wasted statement in JsonProtocolKousuke Saruta2014-09-151-1/+0
* [SPARK-3463] [PySpark] aggregate and show spilled bytes in PythonDavies Liu2014-09-131-0/+4
* [SPARK-3030] [PySpark] Reuse Python workerDavies Liu2014-09-133-23/+128
* Proper indent for the previous commit.Reynold Xin2014-09-121-1/+1
* SPARK-3470 [CORE] [STREAMING] Add Closeable / close() to Java context objectsSean Owen2014-09-121-1/+6
* [SPARK-3469] Make sure all TaskCompletionListener are called even with failuresReynold Xin2014-09-122-3/+49
* SPARK-3014. Log a more informative messages in a couple failure scenario...Sandy Ryza2014-09-121-2/+4
* [SPARK-3465] fix task metrics aggregation in local modeDavies Liu2014-09-111-1/+10
* [SPARK-3429] Don't include the empty string "" as a defaultAclUserAndrew Ash2014-09-111-1/+1
* [Spark-3490] Disable SparkUI for testsAndrew Or2014-09-114-8/+16