aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19244][CORE] Sort MemoryConsumers according to their memory usage when...Liang-Chi Hsieh2017-02-031-13/+43
* [SPARK-16654][CORE] Add UI coverage for Application Level BlacklistingJosé Hiram Soltren2017-01-191-0/+20
* [MINOR][DOCS] Remove consecutive duplicated words/typo in Spark RepoNiranjan Padmanabhan2017-01-042-2/+2
* [SPARK-18928] Check TaskContext.isInterrupted() in FileScanRDD, JDBCRDD & Uns...Josh Rosen2016-12-202-0/+22
* [SPARK-18208][SHUFFLE] Executor OOM due to a growing LongArray in BytesToByte...Jie Xiong2016-12-071-2/+5
* [SPARK-18546][CORE] Fix merging shuffle spills when using encryption.Marcelo Vanzin2016-11-301-20/+28
* [SPARK-18557] Downgrade confusing memory leak warning messageReynold Xin2016-11-231-2/+2
* [SPARK-18458][CORE] Fix signed integer overflow problem at an expression in R...Kazuaki Ishizaki2016-11-192-24/+26
* [SPARK-18420][BUILD] Fix the errors caused by lint check in JavaXianyang Liu2016-11-161-0/+2
* [SPARK-18132] Fix checkstyleYin Huai2016-10-261-2/+3
* [SPARK-17839][CORE] Use Nio's directbuffer instead of BufferedInputStream in ...Sital Kedia2016-10-172-2/+140
* [SPARK-16827] Stop reporting spill metrics as shuffle metricsBrian Cho2016-10-071-1/+3
* [SPARK-16962][CORE][SQL] Fix misaligned record accesses for SPARC architecturessumansomasundar2016-10-043-38/+52
* [MINOR][BUILD] Fix CheckStyle ErrorWeiqing Yang2016-09-203-7/+11
* [SPARK-17586][BUILD] Do not call static member via instance referencehyukjinkwon2016-09-181-1/+1
* [SPARK-17547] Ensure temp shuffle data file is cleaned up after errorJosh Rosen2016-09-152-8/+20
* [SPARK-10747][SQL] Support NULLS FIRST|LAST clause in ORDER BYXin Wu2016-09-142-9/+60
* [SPARK-17371] Resubmitted shuffle outputs can get deleted by zombie map tasksEric Liang2016-09-062-3/+0
* [SPARK-17332][CORE] Make Java Loggers static membersSean Owen2016-08-316-6/+6
* [SPARK-5682][CORE] Add encrypted shuffle in sparkFerdinand Xu2016-08-301-1/+1
* [MINOR][BUILD] Fix Java CheckStyle ErrorWeiqing Yang2016-08-241-1/+2
* [SPARK-16862] Configurable buffer size in `UnsafeSorterSpillReader`Tejas Patil2016-08-231-1/+21
* [SPARK-17113] [SHUFFLE] Job failure due to Executor OOM in offheap modeSital Kedia2016-08-192-1/+8
* [SPARK-5581][CORE] When writing sorted map output file, avoid open / …Brian Cho2016-07-243-22/+22
* [SPARK-16420] Ensure compression streams are closed.Ryan Blue2016-07-081-5/+12
* [MINOR][BUILD] Fix Java linter errorsDongjoon Hyun2016-07-022-7/+8
* [SPARK-13850] Force the sorter to Spill when number of elements in th…Sital Kedia2016-06-302-6/+27
* [SPARK-15958] Make initial buffer size for the Sorter configurableSital Kedia2016-06-251-2/+5
* [SPARK-14851][CORE] Support radix sort with nullable longsEric Liang2016-06-113-24/+67
* [SPARK-15391] [SQL] manage the temporary memory of timsortDavies Liu2016-06-035-37/+73
* [CORE][DOC][MINOR] typos + linksJacek Laskowski2016-05-311-2/+2
* [SPARK-15662][SQL] Add since annotation for classes in sql.catalogReynold Xin2016-05-312-2/+2
* [SPARK-15638][SQL] Audit Dataset, SparkSession, and SQLContextReynold Xin2016-05-301-1/+1
* [SPARK-8428][SPARK-13850] Fix integer overflows in TimSortSameer Agarwal2016-05-262-6/+6
* [SPARK-15357] Cooperative spilling should check consumer memory modeDavies Liu2016-05-185-33/+38
* [SPARK-15290][BUILD] Move annotations, like @Since / @DeveloperApi, into spar...Sean Owen2016-05-174-145/+0
* [SPARK-15259] Sort time metric should not include spill and record insertion ...Eric Liang2016-05-112-0/+24
* [SPARK-15246][SPARK-4452][CORE] Fix code style and improve volatile forLianhui Wang2016-05-101-1/+1
* [SPARK-15045] [CORE] Remove dead code in TaskMemoryManager.cleanUpAllAllocate...Abhinav Gupta2016-05-041-6/+7
* [SPARK-15115][SQL] Reorganize whole stage codegen benchmark suitesReynold Xin2016-05-042-2/+3
* [MINOR][BUILD] Enable RAT checking on `LZ4BlockInputStream.java`.Dongjoon Hyun2016-04-271-2/+1
* [SPARK-14911] [CORE] Fix a potential data race in TaskMemoryManagerLiwei Lin2016-04-261-1/+1
* [SPARK-14868][BUILD] Enable NewLineAtEofChecker in checkstyle and fix lint-ja...Dongjoon Hyun2016-04-245-21/+20
* [SPARK-14669] [SQL] Fix some SQL metrics in codegen and added moreDavies Liu2016-04-221-1/+11
* [HOTFIX] Fix Java 7 compilation breakReynold Xin2016-04-212-7/+4
* [SPARK-14724] Use radix sort for shuffles and sort operator when possibleEric Liang2016-04-217-84/+411
* [SPARK-4452] [CORE] Shuffle data structures can starve others on the same thr...Lianhui Wang2016-04-212-1/+25
* [SPARK-14628][CORE] Simplify task metrics by always tracking read/write metricsReynold Xin2016-04-153-3/+3
* [SPARK-13992][CORE][PYSPARK][FOLLOWUP] Update OFF_HEAP semantics for Java api...Liwei Lin2016-04-121-1/+1
* [SPARK-14363] Fix executor OOM due to memory leak in the SorterSital Kedia2016-04-124-4/+23