aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13823][SPARK-13397][SPARK-13395][CORE] More warnings, StandardCharset ...Sean Owen2016-03-164-9/+7
* [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte...Sean Owen2016-03-134-6/+6
* [SPARK-13702][CORE][SQL][MLLIB] Use diamond operator for generic instance cre...Dongjoon Hyun2016-03-095-17/+14
* [SPARK-13692][CORE][SQL] Fix trivial Coverity/Checkstyle defectsDongjoon Hyun2016-03-091-2/+2
* [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle ruleDongjoon Hyun2016-03-032-4/+0
* [SPARK-13423][WIP][CORE][SQL][STREAMING] Static analysis fixes for 2.xSean Owen2016-03-035-34/+35
* [SPARK-13465] Add a task failure listener to TaskContextReynold Xin2016-02-262-39/+30
* [SPARK-13074][CORE] Add JavaSparkContext. getPersistentRDDs methodJunyang2016-02-111-0/+12
* [SPARK-12950] [SQL] Improve lookup of BytesToBytesMap in aggregateDavies Liu2016-02-091-29/+35
* [SPARK-13210][SQL] catch OOM when allocate memory and expand arrayDavies Liu2016-02-082-0/+9
* [SPARK-12895][SPARK-12896] Migrate TaskMetrics to accumulatorsAndrew Or2016-01-271-2/+0
* [SPARK-3369][CORE][STREAMING] Java mapPartitions Iterator->Iterable is incons...Sean Owen2016-01-261-12/+12
* [SPARK-12885][MINOR] Rename 3 fields in ShuffleWriteMetricsAndrew Or2016-01-181-10/+10
* [SPARK-12582][TEST] IndexShuffleBlockResolverSuite fails in windowsYucai Yu2016-01-121-119/+0
* [SPARK-4819] Remove Guava's "Optional" from public APISean Owen2016-01-082-29/+111
* [SPARK-12604][CORE] Java count(AprroxDistinct)ByKey methods return Scala Long...Sean Owen2016-01-061-9/+9
* [SPARK-12659] fix NPE in UnsafeExternalSorter (used by cartesian product)Davies Liu2016-01-051-0/+31
* [SPARK-12615] Remove some deprecated APIs in RDD/SparkContextReynold Xin2016-01-051-7/+0
* [SPARK-12481][CORE][STREAMING][SQL] Remove usage of Hadoop deprecated APIs an...Sean Owen2016-01-021-1/+1
* [SPARK-12311][CORE] Restore previous value of "os.arch" property in test suit...Kazuaki Ishizaki2015-12-241-1/+6
* [SPARK-12251] Document and improve off-heap memory configurationsJosh Rosen2015-12-107-14/+29
* [SPARK-12084][CORE] Fix codes that uses ByteBuffer.array incorrectlyShixiong Zhu2015-12-041-2/+3
* [SPARK-6990][BUILD] Add Java linting script; fix minor warningsDmitry Erastov2015-12-041-2/+2
* [SPARK-3580][CORE] Add Consistent Method To Get Number of RDD Partitions Acro...Jeroen Schot2015-12-021-0/+13
* [SPARK-8029] Robust shuffle writerDavies Liu2015-11-124-4/+125
* [SPARK-11389][CORE] Add support for off-heap memory to MemoryManagerJosh Rosen2015-11-064-5/+19
* [SPARK-10116][CORE] XORShiftRandom.hashSeed is random in high bitsImran Rashid2015-11-061-6/+14
* [SPARK-7542][SQL] Support off-heap index/sort bufferDavies Liu2015-11-055-33/+64
* [SPARK-10342] [SPARK-10309] [SPARK-10474] [SPARK-10929] [SQL] Cooperative mem...Davies Liu2015-10-297-105/+312
* [SPARK-10984] Simplify *MemoryManager class structureJosh Rosen2015-10-259-150/+152
* [SPARK-10708] Consolidate sort shuffle implementationsJosh Rosen2015-10-223-15/+16
* [SPARK-8673] [LAUNCHER] API and infrastructure for communicating with child a...Marcelo Vanzin2015-10-091-28/+11
* [SPARK-10761] Refactor DiskBlockObjectWriter to not require BlockIdJosh Rosen2015-09-242-2/+0
* [SPARK-10547] [TEST] Streamline / improve style of Java API testsSean Owen2015-09-121-227/+224
* [SPARK-10379] preserve first page in UnsafeShuffleExternalSorterDavies Liu2015-09-021-2/+3
* [SPARK-9284] [TESTS] Allow all tests to run without an assembly.Marcelo Vanzin2015-08-281-0/+144
* [SPARK-9613] [CORE] Ban use of JavaConversions and migrate all existing uses ...Sean Owen2015-08-251-2/+4
* [SPARK-9747] [SQL] Avoid starving an unsafe operator in aggregationAndrew Or2015-08-121-1/+10
* [SPARK-9815] Rename PlatformDependent.UNSAFE -> Platform.Reynold Xin2015-08-114-88/+66
* [SPARK-9674] Re-enable ignored test in SQLQuerySuiteAndrew Or2015-08-071-7/+13
* [SPARK-9453] [SQL] support records larger than page size in UnsafeShuffleExte...Davies Liu2015-08-061-50/+10
* [SPARK-9700] Pick default page size more intelligently.Reynold Xin2015-08-063-7/+8
* [SPARK-9709] [SQL] Avoid starving unsafe operators that use sortAndrew Or2015-08-061-1/+18
* [SPARK-9548][SQL] Add a destructive iterator for BytesToBytesMapLiang-Chi Hsieh2015-08-061-5/+32
* [SPARK-9651] Fix UnsafeExternalSorterSuite.Marcelo Vanzin2015-08-051-8/+13
* [SPARK-9452] [SQL] Support records larger than page size in UnsafeExternalSorterJosh Rosen2015-08-042-35/+102
* [SPARK-8735] [SQL] Expose memory usage for shuffles, joins and aggregationsAndrew Or2015-08-034-2/+140
* [SPARK-9531] [SQL] UnsafeFixedWidthAggregationMap.destructAndCreateExternalSo...Reynold Xin2015-08-022-22/+50
* [SPARK-9517][SQL] BytesToBytesMap should encode data the same way as UnsafeEx...Reynold Xin2015-07-311-3/+3
* [SPARK-9451] [SQL] Support entries larger than default page size in BytesToBy...Josh Rosen2015-07-313-0/+557