aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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-245-0/+109
* [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-3647] Add more exceptions to Guava relocation.Marcelo Vanzin2014-09-232-0/+28
* [SPARK-3595] Respect configured OutputCommitters when calling saveAsHadoopFileIan Hummel2014-09-213-25/+91
* [SPARK-3599]Avoid loading properties file frequentlyWangTao2014-09-202-9/+10
* SPARK-3574. Shuffle finish time always reported as -1Sandy Ryza2014-09-204-12/+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-182-1/+3
* [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-172-3/+5
* [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-3555] Fix UISuite race conditionAndrew Or2014-09-161-9/+5
* [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-123-5/+69
* [SPARK-3217] Add Guava to classpath when SPARK_PREPEND_CLASSES is set.Marcelo Vanzin2014-09-121-0/+27
* 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-2482: Resolve sbt warnings during buildwitgo2014-09-114-5/+0
* [SPARK-3429] Don't include the empty string "" as a defaultAclUserAndrew Ash2014-09-111-1/+1
* [Spark-3490] Disable SparkUI for testsAndrew Or2014-09-115-21/+47
* [SPARK-3411] Improve load-balancing of concurrently-submitted drivers across ...WangTaoTheTonic2014-09-101-3/+15
* Minor - Fix trivial compilation warnings.Prashant Sharma2014-09-091-1/+0
* [SPARK-3193]output errer info when Process exit code is not zero in test suitescwf2014-09-093-5/+21
* SPARK-3422. JavaAPISuite.getHadoopInputSplits isn't used anywhere.Sandy Ryza2014-09-091-25/+0
* SPARK-2425 Don't kill a still-running Application because of some misbehaving...Mark Hamstra2014-09-084-12/+22
* [SPARK-3019] Pluggable block transfer interface (BlockTransferService)Reynold Xin2014-09-0838-1273/+1129
* SPARK-2978. Transformation with MR shuffle semanticsSandy Ryza2014-09-084-1/+83
* [SPARK-3280] Made sort-based shuffle the default implementationReynold Xin2014-09-075-4/+37
* [SPARK-3394] [SQL] Fix crash in TakeOrdered when limit is 0Eric Liang2014-09-072-9/+20
* [SPARK-3353] parent stage should have lower stage id.Reynold Xin2014-09-063-12/+19
* [SPARK-3273][SPARK-3301]We should read the version information from the same ...GuoQiang Li2014-09-064-6/+8
* [SPARK-3397] Bump pom.xml version number of master branch to 1.2.0-SNAPSHOTGuoQiang Li2014-09-061-1/+1
* SPARK-3211 .take() is OOM-prone with empty partitionsAndrew Ash2014-09-051-4/+3