aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [SPARK-11327][MESOS] Dispatcher does not respect all args from the Submit req...Jo Voordeckers2016-03-312-0/+62
* [SPARK-14069][SQL] Improve SparkStatusTracker to also track executor informationWenchen Fan2016-03-316-16/+80
* [SPARK-14243][CORE] update task metrics when removing blocksjeanlyn2016-03-312-2/+15
* [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-287-95/+91
* [SPARK-14169][CORE] Add UninterruptibleThreadShixiong Zhu2016-03-282-0/+271
* [SPARK-14180][CORE] Fix a deadlock in CoarseGrainedExecutorBackend ShutdownShixiong Zhu2016-03-281-3/+9
* [SPARK-14052] [SQL] build a BytesToBytesMap directly in HashedRelationDavies Liu2016-03-282-53/+124
* 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-283-111/+289
* [SPARK-14135] Add off-heap storage memory bookkeeping support to MemoryManagerJosh Rosen2016-03-2613-186/+280
* [SPARK-14089][CORE][MLLIB] Remove methods that has been deprecated since 1.1,...Liwei Lin2016-03-262-21/+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-246-77/+392
* Revert "[SPARK-2208] Fix for local metrics tests can fail on fast machines". ...Sean Owen2016-03-241-25/+15
* [SPARK-2208] Fix for local metrics tests can fail on fast machinesJoan2016-03-241-15/+25
* [SPARK-14110][CORE] PipedRDD to print the command ran on non zero exitTejas Patil2016-03-242-6/+22
* [SPARK-14025][STREAMING][WEBUI] Fix streaming job descriptions on the event t...Liwei Lin2016-03-233-23/+108
* [SPARK-14055] writeLocksByTask need to be update when removeBlockErnest2016-03-231-0/+1
* [SPARK-14075] Refactor MemoryStore to be testable independent of BlockManagerJosh Rosen2016-03-2318-386/+518
* [SPARK-14072][CORE] Show JVM/OS version information when we run a benchmark p...Kazuaki Ishizaki2016-03-221-1/+17
* [SPARK-13990] Automatically pick serializer when caching RDDsJosh Rosen2016-03-2113-151/+216
* [SPARK-14007] [SQL] Manage the memory used by hash map in shuffled hash joinDavies Liu2016-03-211-1/+1
* [SPARK-13986][CORE][MLLIB] Remove `DeveloperApi`-annotations for non-publicsDongjoon Hyun2016-03-212-5/+0
* [MINOR][DOCS] Add proper periods and spaces for CLI help messages and `config...Dongjoon Hyun2016-03-211-3/+3
* [SPARK-14011][CORE][SQL] Enable `LineLength` Java checkstyle ruleDongjoon Hyun2016-03-2120-261/+270
* [SPARK-13958] Executor OOM due to unbounded growth of pointer array in…Sital Kedia2016-03-182-2/+24
* [SPARK-13885][YARN] Fix attempt id regression for Spark running on Yarnjerryshao2016-03-182-19/+4
* [SPARK-13921] Store serialized blocks as multiple chunks in MemoryStoreJosh Rosen2016-03-1713-128/+447
* [SPARK-13776][WEBUI] Limit the max number of acceptors and selectors for JettyShixiong Zhu2016-03-171-1/+16
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-17165-120/+248