aboutsummaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17495][SQL] Add Hash capability semantically equivalent to Hive'sTejas Patil2016-10-041-0/+49
* [SPARK-16962][CORE][SQL] Fix misaligned record accesses for SPARC architecturessumansomasundar2016-10-042-7/+82
* [SPARK-15962][SQL] Introduce implementation with a dense format for UnsafeArr...Kazuaki Ishizaki2016-09-271-0/+4
* [MINOR][BUILD] Fix CheckStyle ErrorWeiqing Yang2016-09-204-10/+12
* [SPARK-17611][YARN][TEST] Make shuffle service test really test auth.Marcelo Vanzin2016-09-201-5/+6
* [SPARK-17543] Missing log4j config file for tests in common/network-…Jagadeesan2016-09-161-0/+24
* [SPARK-17379][BUILD] Upgrade netty-all to 4.0.41 final for bug fixesAdam Roberts2016-09-151-0/+5
* [SPARK-17433] YarnShuffleService doesn't handle moving credentials levelDbThomas Graves2016-09-091-17/+39
* [SPARK-17299] TRIM/LTRIM/RTRIM should not strips characters other than spacesSandeep Singh2016-09-063-8/+18
* [SPARK-16711] YarnShuffleService doesn't re-init properly on YARN rolling upg...Thomas Graves2016-09-025-138/+301
* [SPARK-17331][CORE][MLLIB] Avoid allocating 0-length arraysSean Owen2016-09-011-4/+4
* [SPARK-17332][CORE] Make Java Loggers static membersSean Owen2016-08-3121-21/+23
* [SPARK-17314][CORE] Use Netty's DefaultThreadFactory to enable its fast Threa...Shixiong Zhu2016-08-301-5/+2
* [SPARK-17231][CORE] Avoid building debug or trace log messages unless the res...Michael Allman2016-08-259-45/+55
* [SPARK-17127] Make unaligned access in unsafe available for AArch64Richael2016-08-221-1/+1
* [HOTFIX] Remove unnecessary imports from #12944 that broke buildJosh Rosen2016-08-041-5/+0
* [SPARK-15074][SHUFFLE] Cache shuffle index file to speedup shuffle fetchSital Kedia2016-08-044-12/+131
* [SPARK-16535][BUILD] In pom.xml, remove groupId which is redundant definition...Xin Ren2016-07-196-6/+0
* [MINOR][BUILD] Fix Java Linter `LineLength` errorsDongjoon Hyun2016-07-192-2/+3
* [SPARK-16505][YARN] Optionally propagate error during shuffle service startup.Marcelo Vanzin2016-07-141-32/+43
* [SPARK-14963][MINOR][YARN] Fix typo in YarnShuffleService recovery file namejerryshao2016-07-141-1/+1
* [MINOR] Fix Java style errors and remove unused importsXin Ren2016-07-132-4/+3
* [SPARK-16405] Add metrics and source for external shuffle serviceYangyang Liu2016-07-124-17/+105
* [SPARK-16477] Bump master version to 2.1.0-SNAPSHOTReynold Xin2016-07-116-6/+6
* [SPARK-16420] Ensure compression streams are closed.Ryan Blue2016-07-081-0/+23
* [SPARK-16021] Fill freed memory in test to help catch correctness bugsEric Liang2016-07-066-3/+56
* [SPARK-16018][SHUFFLE] Shade netty to load shuffle jar in NodemangerDhruve Ashar2016-06-171-0/+7
* [SPARK-15391] [SQL] manage the temporary memory of timsortDavies Liu2016-06-031-1/+1
* [MINOR] Resolve a number of miscellaneous build warningsSean Owen2016-05-291-2/+2
* [SPARK-15386][CORE] Master doesn't compile against Java 1.7 / Process.isAliveSean Owen2016-05-181-1/+1
* [SPARK-15263][CORE] Make shuffle service dir cleanup faster by using `rm -rf`Tejas Patil2016-05-183-16/+61
* [SPARK-15290][BUILD] Move annotations, like @Since / @DeveloperApi, into spar...Sean Owen2016-05-1713-11/+234
* [SPARK-14963][YARN] Using recoveryPath if NM recovery is enabledjerryshao2016-05-101-11/+53
* [SPARK-15178][CORE] Remove LazyFileRegion instead use netty's DefaultFileRegionSandeep Singh2016-05-072-112/+1
* [SPARK-15134][EXAMPLE] Indent SparkSession builder patterns and update binary...Dongjoon Hyun2016-05-051-2/+5
* [SPARK-15121] Improve logging of external shuffle handlerThomas Graves2016-05-041-1/+3
* Revert "[SPARK-14613][ML] Add @Since into the matrix and vector classes in sp...Yin Huai2016-04-2812-86/+8
* [SPARK-14613][ML] Add @Since into the matrix and vector classes in spark-mlli...Pravin Gadakh2016-04-2812-8/+86
* [SPARK-14756][CORE] Use parseLong instead of valueOfAzeem Jiva2016-04-261-4/+4
* [SPARK-14731][shuffle]Revert SPARK-12130 to make 2.0 shuffle service compatib...Lianhui Wang2016-04-256-27/+31
* [SPARK-14667] Remove HashShuffleManagerReynold Xin2016-04-186-90/+10
* [SPARK-14547] Avoid DNS resolution for reusing connectionsReynold Xin2016-04-121-11/+20
* [SPARK-14134][CORE] Change the package name used for shading classes.Marcelo Vanzin2016-04-061-2/+2
* [SPARK-14290][CORE][NETWORK] avoid significant memory copy in netty's transferToZhang, Liye2016-04-061-1/+29
* [SPARK-14355][BUILD] Fix typos in Exception/Testcase/Comments and static anal...Dongjoon Hyun2016-04-034-6/+6
* [SPARK-13992] Add support for off-heap cachingJosh Rosen2016-04-011-0/+32
* [SPARK-14242][CORE][NETWORK] avoid copy in compositeBuffer for frame decoderZhang, Liye2016-03-311-1/+1
* [SPARK-14254][CORE] Add logs to help investigate the network performanceShixiong Zhu2016-03-291-1/+4
* [SPARK-12181] Check Cached unaligned-access capability before using Unsafetedyu2016-03-291-0/+28
* [SPARK-13622][YARN] Issue creating level db for YARN shuffle servicenfraison2016-03-281-3/+4