aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-14449][SQL] SparkContext should use SparkListenerInterfaceMichael Armbrust2016-04-072-5/+10
* [SPARK-14468] Always enable OutputCommitCoordinatorAndrew Or2016-04-071-10/+6
* [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-13112][CORE] Make sure RegisterExecutorResponse arrive before LaunchTaskShixiong Zhu2016-04-062-6/+7
* [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-051-0/+8
* [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-052-33/+55
* [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-041-2/+2
* [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-043-188/+264
* [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-032-2/+2
* [SPARK-14163][CORE] SumEvaluator and countApprox cannot reliably handle RDDs ...Marcin Tustin2016-04-032-13/+41
* [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-021-2/+2
* [MINOR][DOCS] Use multi-line JavaDoc comments in Scala code.Dongjoon Hyun2016-04-0214-133/+147
* [SPARK-13241][WEB UI] Added long values for dates in ApplicationAttemptInfo APIAlex Bozarth2016-04-011-1/+5
* [SPARK-13992] Add support for off-heap cachingJosh Rosen2016-04-0110-126/+223
* [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-012-27/+31
* [SPARK-14267] [SQL] [PYSPARK] execute multiple Python UDFs within single batchDavies Liu2016-03-311-15/+49
* [SPARK-11327][MESOS] Dispatcher does not respect all args from the Submit req...Jo Voordeckers2016-03-311-0/+26
* [SPARK-14069][SQL] Improve SparkStatusTracker to also track executor informationWenchen Fan2016-03-315-16/+47
* [SPARK-14243][CORE] update task metrics when removing blocksjeanlyn2016-03-311-2/+5
* [SPARK-13796] Redirect error message to logWarningNishkam Ravi2016-03-311-1/+1
* [SPARK-12181] Check Cached unaligned-access capability before using Unsafetedyu2016-03-291-0/+3
* [SPARK-14215] [SQL] [PYSPARK] Support chained Python UDFsDavies Liu2016-03-291-16/+22
* [SPARK-10570][CORE] Add version info to json apiJakob Odersky2016-03-293-0/+39
* [SPARK-14232][WEBUI] Fix event timeline display issue when an executor is rem...Carson Wang2016-03-292-2/+2
* [SPARK-12792] [SPARKR] Refactor RRDD to support R UDF.Sun Rui2016-03-282-324/+372
* [SPARK-13447][YARN][CORE] Clean the stale states for AM failure and restart s...jerryshao2016-03-281-12/+9
* [SPARK-13845][CORE] Using onBlockUpdated to replace onTaskEnd avioding driver...jeanlyn2016-03-282-22/+20
* [SPARK-14169][CORE] Add UninterruptibleThreadShixiong Zhu2016-03-281-0/+112
* [SPARK-14180][CORE] Fix a deadlock in CoarseGrainedExecutorBackend ShutdownShixiong Zhu2016-03-281-3/+9
* Revert "[SPARK-12792] [SPARKR] Refactor RRDD to support R UDF."Davies Liu2016-03-282-371/+324
* [SPARK-12792] [SPARKR] Refactor RRDD to support R UDF.Sun Rui2016-03-282-324/+371
* [SPARK-13742] [CORE] Add non-iterator interface to RandomSamplerLiang-Chi Hsieh2016-03-281-111/+90
* [SPARK-14135] Add off-heap storage memory bookkeeping support to MemoryManagerJosh Rosen2016-03-268-114/+192
* [SPARK-14089][CORE][MLLIB] Remove methods that has been deprecated since 1.1,...Liwei Lin2016-03-261-8/+0
* [MINOR] Fix newly added java-lint errorsDongjoon Hyun2016-03-261-1/+1
* [SPARK-14091][CORE] Improve performance of SparkContext.getCallSite()Rajesh Balamohan2016-03-251-1/+1
* [SPARK-14149] Log exceptions in tryOrIOExceptionReynold Xin2016-03-251-17/+6
* [SPARK-13980] Incrementally serialize blocks while unrolling them in MemoryStoreJosh Rosen2016-03-244-43/+248
* [SPARK-14110][CORE] PipedRDD to print the command ran on non zero exitTejas Patil2016-03-241-1/+5