aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5682][CORE] Add encrypted shuffle in sparkFerdinand Xu2016-08-303-6/+6
* [SPARK-13081][PYSPARK][SPARK_SUBMIT] Allow set pythonExec of driver and execu...Jeff Zhang2016-08-111-0/+8
* [SPARK-14702] Make environment of SparkLauncher launched process more configu...Andrew Duffy2016-07-191-4/+63
* [SPARK-13850] Force the sorter to Spill when number of elements in th…Sital Kedia2016-06-301-0/+3
* [SPARK-15958] Make initial buffer size for the Sorter configurableSital Kedia2016-06-251-2/+2
* [SPARK-15660][CORE] Update RDD `variance/stdev` description and add popVarian...Dongjoon Hyun2016-06-231-0/+2
* [SPARK-15086][CORE][STREAMING] Deprecate old Java accumulator APISean Owen2016-06-121-2/+4
* [SPARK-14851][CORE] Support radix sort with nullable longsEric Liang2016-06-112-14/+14
* [SPARK-15391] [SQL] manage the temporary memory of timsortDavies Liu2016-06-032-15/+22
* [SPARK-15357] Cooperative spilling should check consumer memory modeDavies Liu2016-05-185-20/+42
* [SPARK-15259] Sort time metric should not include spill and record insertion ...Eric Liang2016-05-111-0/+20
* [SPARK-11249][LAUNCHER] Throw error if app resource is not provided.Marcelo Vanzin2016-05-101-1/+1
* [SPARK-14873][CORE] Java sampleByKey methods take ju.Map but with Scala Doubl...Sean Owen2016-04-231-3/+2
* [HOTFIX] Fix Java 7 compilation breakReynold Xin2016-04-212-4/+2
* [SPARK-14724] Use radix sort for shuffles and sort operator when possibleEric Liang2016-04-217-25/+111
* [SPARK-14628][CORE] Simplify task metrics by always tracking read/write metricsReynold Xin2016-04-151-6/+6
* [SPARK-14355][BUILD] Fix typos in Exception/Testcase/Comments and static anal...Dongjoon Hyun2016-04-031-2/+2
* [SPARK-14052] [SQL] build a BytesToBytesMap directly in HashedRelationDavies Liu2016-03-281-13/+51
* [SPARK-14075] Refactor MemoryStore to be testable independent of BlockManagerJosh Rosen2016-03-233-41/+20
* [SPARK-14011][CORE][SQL] Enable `LineLength` Java checkstyle ruleDongjoon Hyun2016-03-214-238/+245
* [SPARK-13926] Automatically use Kryo serializer when shuffling RDDs with simp...Josh Rosen2016-03-161-1/+1
* [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