aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14069][SQL] Improve SparkStatusTracker to also track executor informationWenchen Fan2016-03-311-0/+33
* [SPARK-14052] [SQL] build a BytesToBytesMap directly in HashedRelationDavies Liu2016-03-281-40/+73
* [SPARK-14089][CORE][MLLIB] Remove methods that has been deprecated since 1.1,...Liwei Lin2016-03-261-13/+0
* [SPARK-14075] Refactor MemoryStore to be testable independent of BlockManagerJosh Rosen2016-03-234-11/+24
* [SPARK-14007] [SQL] Manage the memory used by hash map in shuffled hash joinDavies Liu2016-03-211-1/+1
* [SPARK-14011][CORE][SQL] Enable `LineLength` Java checkstyle ruleDongjoon Hyun2016-03-2116-23/+25
* [SPARK-13958] Executor OOM due to unbounded growth of pointer array in…Sital Kedia2016-03-182-2/+24
* [SPARK-13926] Automatically use Kryo serializer when shuffling RDDs with simp...Josh Rosen2016-03-162-2/+2
* [SPARK-13702][CORE][SQL][MLLIB] Use diamond operator for generic instance cre...Dongjoon Hyun2016-03-092-3/+3
* [SPARK-13692][CORE][SQL] Fix trivial Coverity/Checkstyle defectsDongjoon Hyun2016-03-091-1/+1
* [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle ruleDongjoon Hyun2016-03-034-8/+2
* [SPARK-13423][WIP][CORE][SQL][STREAMING] Static analysis fixes for 2.xSean Owen2016-03-032-2/+4
* [SPARK-12950] [SQL] Improve lookup of BytesToBytesMap in aggregateDavies Liu2016-02-091-47/+61
* [SPARK-13210][SQL] catch OOM when allocate memory and expand arrayDavies Liu2016-02-085-21/+26
* [SPARK-13113] [CORE] Remove unnecessary bit operation when decoding page numberLiang-Chi Hsieh2016-02-031-1/+1
* [SPARK-12895][SPARK-12896] Migrate TaskMetrics to accumulatorsAndrew Or2016-01-271-7/+1
* [SPARK-3369][CORE][STREAMING] Java mapPartitions Iterator->Iterable is incons...Sean Owen2016-01-267-7/+11
* [SPARK-12887] Do not expose var's in TaskMetricsAndrew Or2016-01-193-7/+3
* [SPARK-12885][MINOR] Rename 3 fields in ShuffleWriteMetricsAndrew Or2016-01-184-12/+12
* [SPARK-12400][SHUFFLE] Avoid generating temp shuffle files for empty partitionsjerryshao2016-01-131-11/+14
* [SPARK-12690][CORE] Fix NPE in UnsafeInMemorySorter.free()Carson Wang2016-01-131-2/+4
* [SPARK-4819] Remove Guava's "Optional" from public APISean Owen2016-01-081-0/+187
* [SPARK-12295] [SQL] external spilling for window functionsDavies Liu2016-01-065-8/+48
* [SPARK-12659] fix NPE in UnsafeExternalSorter (used by cartesian product)Davies Liu2016-01-052-11/+13
* [SPARK-6990][BUILD] Add Java linting script; fix minor warningsDmitry Erastov2015-12-041-1/+1
* [SPARK-12089] [SQL] Fix memory corrupt due to freeing a page being referencedNong2015-12-041-2/+5
* [SPARK-11206] Support SQL UI on the history server (resubmit)Carson Wang2015-12-032-0/+7
* [SPARK-12046][DOC] Fixes various ScalaDoc/JavaDoc issuesCheng Lian2015-12-013-3/+3
* Revert "[SPARK-11206] Support SQL UI on the history server"Josh Rosen2015-11-302-7/+0
* [SPARK-11982] [SQL] improve performance of cartesian productDavies Liu2015-11-302-0/+70
* [SPARK-11206] Support SQL UI on the history serverCarson Wang2015-11-252-0/+7
* [SPARK-11805] free the array in UnsafeExternalSorter during spillingDavies Liu2015-11-242-22/+19
* [SPARK-11933][SQL] Rename mapGroup -> mapGroups and flatMapGroup -> flatMapGr...Reynold Xin2015-11-232-2/+2
* [SPARK-11899][SQL] API audit for GroupedDataset.Reynold Xin2015-11-211-1/+1
* [SPARK-11495] Fix potential socket / file handle leaks that were found via st...Josh Rosen2015-11-182-15/+30
* [SPARK-4557][STREAMING] Spark Streaming foreachRDD Java API method should acc...Bryan Cutler2015-11-181-0/+27
* [SPARK-11792][SQL] SizeEstimator cannot provide a good size estimation of Uns...Yin Huai2015-11-181-0/+3
* [SPARK-11625][SQL] add java test for typed aggregateWenchen Fan2015-11-161-1/+1
* [SPARK-8029] Robust shuffle writerDavies Liu2015-11-122-10/+12
* [SPARK-11663][STREAMING] Add Java API for trackStateByKeyShixiong Zhu2015-11-121-0/+27
* [SPARK-11564][SQL][FOLLOW-UP] improve java api for GroupedDatasetWenchen Fan2015-11-095-2/+87
* [SPARK-11564][SQL] Dataset Java API auditReynold Xin2015-11-087-1/+169
* [SPARK-11389][CORE] Add support for off-heap memory to MemoryManagerJosh Rosen2015-11-063-27/+78
* [SPARK-7542][SQL] Support off-heap index/sort bufferDavies Liu2015-11-059-154/+178
* [SPARK-11425] [SPARK-11486] Improve hybrid aggregationDavies Liu2015-11-043-30/+70
* [SPARK-11493] remove bitset from BytesToBytesMapDavies Liu2015-11-041-43/+15
* [SPARK-10949] Update Snappy version to 1.1.2Adam Roberts2015-11-041-2/+2
* [SPARK-11505][SQL] Break aggregate functions into multiple filesReynold Xin2015-11-041-1/+4
* [SPARK-10342] [SPARK-10309] [SPARK-10474] [SPARK-10929] [SQL] Cooperative mem...Davies Liu2015-10-2910-588/+868
* [SPARK-10984] Simplify *MemoryManager class structureJosh Rosen2015-10-258-101/+343