aboutsummaryrefslogtreecommitdiff
path: root/common/network-shuffle
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19534][TESTS] Convert Java tests to use lambdas, Java 8 featuresSean Owen2017-02-196-110/+87
* [SPARK-19550][BUILD][CORE][WIP] Remove Java 7 supportSean Owen2017-02-164-32/+13
* [SPARK-19529] TransportClientFactory.createClient() shouldn't call awaitUnint...Josh Rosen2017-02-137-18/+20
* [SPARK-19139][CORE] New auth mechanism for transport library.Marcelo Vanzin2017-01-244-19/+18
* [SPARK-17807][CORE] split test-tags into test-JARRyan Williams2016-12-211-0/+12
* [SPARK-18773][CORE] Make commons-crypto config translation consistent.Marcelo Vanzin2016-12-126-39/+30
* [SPARK-18695] Bump master branch version to 2.2.0-SNAPSHOTReynold Xin2016-12-021-1/+1
* [SPARK-17543] Missing log4j config file for tests in common/network-…Jagadeesan2016-09-161-0/+24
* [SPARK-16711] YarnShuffleService doesn't re-init properly on YARN rolling upg...Thomas Graves2016-09-022-130/+6
* [SPARK-17332][CORE] Make Java Loggers static membersSean Owen2016-08-316-6/+7
* [SPARK-17231][CORE] Avoid building debug or trace log messages unless the res...Michael Allman2016-08-252-7/+9
* [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-043-12/+127
* [SPARK-16535][BUILD] In pom.xml, remove groupId which is redundant definition...Xin Ren2016-07-191-1/+0
* [MINOR][BUILD] Fix Java Linter `LineLength` errorsDongjoon Hyun2016-07-191-1/+2
* [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-111-1/+1
* [SPARK-15263][CORE] Make shuffle service dir cleanup faster by using `rm -rf`Tejas Patil2016-05-181-14/+10
* [SPARK-15290][BUILD] Move annotations, like @Since / @DeveloperApi, into spar...Sean Owen2016-05-171-1/+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-281-1/+1
* [SPARK-14613][ML] Add @Since into the matrix and vector classes in spark-mlli...Pravin Gadakh2016-04-281-1/+1
* [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-14355][BUILD] Fix typos in Exception/Testcase/Comments and static anal...Dongjoon Hyun2016-04-031-1/+1
* [SPARK-14011][CORE][SQL] Enable `LineLength` Java checkstyle ruleDongjoon Hyun2016-03-217-8/+12
* [SPARK-13823][SPARK-13397][SPARK-13395][CORE] More warnings, StandardCharset ...Sean Owen2016-03-161-21/+17
* [SPARK-12583][MESOS] Mesos shuffle service: Don't delete shuffle files before...Bertrand Bossy2016-03-144-18/+130
* [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte...Sean Owen2016-03-133-29/+40
* [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle ruleDongjoon Hyun2016-03-032-2/+0
* [SPARK-13423][WIP][CORE][SQL][STREAMING] Static analysis fixes for 2.xSean Owen2016-03-033-2/+10
* [SPARK-13529][BUILD] Move network/* modules into common/network-*Reynold Xin2016-02-2827-0/+3878