aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-14465][BUILD] Checkstyle should check all Java filesDongjoon Hyun2016-04-091-0/+261
* [SPARK-14419] [SQL] Improve HashedRelation for key fit within LongDavies Liu2016-04-091-9/+5
* [SPARK-14358] Change SparkListener from a trait to an abstract classReynold Xin2016-04-042-89/+1
* [SPARK-14355][BUILD] Fix typos in Exception/Testcase/Comments and static anal...Dongjoon Hyun2016-04-031-1/+1
* [SPARK-14342][CORE][DOCS][TESTS] Remove straggler references to TachyonLiwei Lin2016-04-021-2/+2
* [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