aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Small changes to get ClosureCleanerSuite to pass.Josh Rosen2016-04-143-32/+156
* Merge remote-tracking branch 'origin/master' into build-for-2.12Josh Rosen2016-04-14200-1946/+3317
|\
| * [SPARK-14558][CORE] In ClosureCleaner, clean the outer pointer if it's a REPL...Wenchen Fan2016-04-141-30/+23
| * [SPARK-14617] Remove deprecated APIs in TaskMetricsReynold Xin2016-04-1410-96/+36
| * [SPARK-14619] Track internal accumulators (metrics) by stage attemptReynold Xin2016-04-149-37/+25
| * [SPARK-14612][ML] Consolidate the version of dependencies in mllib and mllib-...Sean Owen2016-04-141-1/+0
| * [SPARK-14630][BUILD][CORE][SQL][STREAMING] Code style: public abstract method...Liwei Lin2016-04-1416-26/+27
| * [SPARK-14625] TaskUIData and ExecutorUIData shouldn't be case classesReynold Xin2016-04-146-57/+58
| * [MINOR][SQL] Remove extra anonymous closure within functional transformationshyukjinkwon2016-04-149-18/+18
| * [SPARK-14596][SQL] Remove not used SqlNewHadoopRDD and some more unused importshyukjinkwon2016-04-142-8/+6
| * [SPARK-14537][CORE] Make TaskSchedulerImpl waiting fail if context is shut downCharles Allen2016-04-131-0/+5
| * [SPARK-13992][CORE][PYSPARK][FOLLOWUP] Update OFF_HEAP semantics for Java api...Liwei Lin2016-04-121-1/+1
| * [SPARK-14363] Fix executor OOM due to memory leak in the SorterSital Kedia2016-04-124-4/+23
| * [SPARK-14544] [SQL] improve performance of SQL UI tabDavies Liu2016-04-121-3/+5
| * [SPARK-14513][CORE] Fix threads left behind after stopping SparkContextTerence Yim2016-04-123-2/+21
| * [SPARK-14508][BUILD] Add a new ScalaStyle Rule `OmitBracesInCase`Dongjoon Hyun2016-04-1235-141/+74
| * [SPARK-14475] Propagate user-defined context from driver to executorsEric Liang2016-04-1116-27/+103
| * [SPARK-14357][CORE] Properly handle the root cause being a commit denied exce...Jason Moore2016-04-093-1/+93
| * [SPARK-14465][BUILD] Checkstyle should check all Java filesDongjoon Hyun2016-04-091-8/+6
| * [SPARK-14419] [SQL] Improve HashedRelation for key fit within LongDavies Liu2016-04-091-9/+5
| * [SPARK-14454] Better exception handling while marking tasks as failedSameer Agarwal2016-04-083-20/+31
| * [SPARK-14437][CORE] Use the address that NettyBlockTransferService listens to...Shixiong Zhu2016-04-086-13/+16
| * [SPARK-14449][SQL] SparkContext should use SparkListenerInterfaceMichael Armbrust2016-04-073-8/+26
| * [SPARK-14468] Always enable OutputCommitCoordinatorAndrew Or2016-04-073-12/+8
| * [SPARK-12384] Enables spark-clients to set the min(-Xms) and max(*.memory con...Dhruve Ashar2016-04-072-4/+3
| * [SPARK-14245][WEB UI] Display the user in the application viewAlex Bozarth2016-04-073-0/+10
| * [SPARK-14134][CORE] Change the package name used for shading classes.Marcelo Vanzin2016-04-062-4/+3
| * [SPARK-13112][CORE] Make sure RegisterExecutorResponse arrive before LaunchTaskShixiong Zhu2016-04-064-10/+16
| * [SPARK-14444][BUILD] Add a new scalastyle `NoScalaDoc` to prevent ScalaDoc-st...Dongjoon Hyun2016-04-063-10/+12
| * [SPARK-12133][STREAMING] Streaming dynamic allocationTathagata Das2016-04-063-0/+18
| * [SPARK-14252] Executors do not try to download remote cached blocksEric Liang2016-04-052-0/+21
| * [SPARK-14416][CORE] Add thread-safe comments for CoarseGrainedSchedulerBacken...Shixiong Zhu2016-04-051-13/+24
| * [SPARK-529][SQL] Modify SQLConf to use new config API from core.Marcelo Vanzin2016-04-053-47/+69
| * [SPARK-14397][WEBUI] <html> and <body> tags are nested in LogPageKousuke Saruta2016-04-051-14/+12
| * [SPARK-12425][STREAMING] DStream union optimisationGuillaume Poulin2016-04-051-5/+1
| * [SPARK-13579][BUILD] Stop building the main Spark assembly.Marcelo Vanzin2016-04-042-33/+43
| * [SPARK-14334] [SQL] add toLocalIterator for Dataset/DataFrameDavies Liu2016-04-041-0/+4
| * [SPARK-14358] Change SparkListener from a trait to an abstract classReynold Xin2016-04-045-277/+265
| * [SPARK-14364][SPARK] HeartbeatReceiver object should be privateReynold Xin2016-04-041-1/+2
| * [SPARK-14355][BUILD] Fix typos in Exception/Testcase/Comments and static anal...Dongjoon Hyun2016-04-034-5/+5
| * [SPARK-14163][CORE] SumEvaluator and countApprox cannot reliably handle RDDs ...Marcin Tustin2016-04-033-13/+148
| * [SPARK-14056] Appends s3 specific configurations and spark.hadoop con…Sital Kedia2016-04-021-6/+13
| * [SPARK-14342][CORE][DOCS][TESTS] Remove straggler references to TachyonLiwei Lin2016-04-023-20/+20
| * [MINOR][DOCS] Use multi-line JavaDoc comments in Scala code.Dongjoon Hyun2016-04-0216-168/+182
| * [SPARK-13241][WEB UI] Added long values for dates in ApplicationAttemptInfo APIAlex Bozarth2016-04-019-2/+92
| * [SPARK-13992] Add support for off-heap cachingJosh Rosen2016-04-0117-174/+309
| * [SPARK-12864][YARN] initialize executorIdCounter after ApplicationMaster kill...zhonghaihua2016-04-012-0/+8
| * [SPARK-13674] [SQL] Add wholestage codegen support to SampleLiang-Chi Hsieh2016-04-011-1/+1
| * [SPARK-12343][YARN] Simplify Yarn client and client argumentjerryshao2016-04-013-36/+41
| * [SPARK-14267] [SQL] [PYSPARK] execute multiple Python UDFs within single batchDavies Liu2016-03-311-15/+49