aboutsummaryrefslogtreecommitdiff
path: root/network/shuffle/src
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13529][BUILD] Move network/* modules into common/network-*Reynold Xin2016-02-2826-3777/+0
* [SPARK-12130] Replace shuffleManagerClass with shortShuffleMgrNames in Extern...Lianhui Wang2015-12-154-11/+9
* [SPARK-6990][BUILD] Add Java linting script; fix minor warningsDmitry Erastov2015-12-042-2/+2
* [SPARK-12007][NETWORK] Avoid copies in the network lib's RPC layer.Marcelo Vanzin2015-11-309-36/+45
* [SPARK-11495] Fix potential socket / file handle leaks that were found via st...Josh Rosen2015-11-181-12/+20
* [SPARK-10745][CORE] Separate configs between shuffle and RPCShixiong Zhu2015-11-186-6/+6
* [SPARK-11252][NETWORK] ShuffleClient should release connection after fetching...Lianhui Wang2015-11-101-4/+8
* [SPARK-10721] Log warning when file deletion failstedyu2015-09-231-2/+6
* [SPARK-9808] Remove hash shuffle file consolidation.Reynold Xin2015-09-181-4/+0
* [SPARK-10674] [TESTS] Increase timeouts in SaslIntegrationSuite.Marcelo Vanzin2015-09-171-5/+10
* [SPARK-10004] [SHUFFLE] Perform auth checks when clients read shuffle data.Marcelo Vanzin2015-09-023-29/+152
* typo in commentDharmesh Kakadia2015-08-281-1/+1
* [SPARK-9439] [YARN] External shuffle service robust to NM restarts using leveldbImran Rashid2015-08-217-35/+286
* [SPARK-7726] Add import so Scaladoc doesn't fail.Patrick Wendell2015-08-111-0/+3
* [SPARK-9534] [BUILD] Enable javac lint for scalac parity; fix a lot of build ...Sean Owen2015-08-042-24/+29
* [SPARK-8873] [MESOS] Clean up shuffle files if external shuffle service is usedTimothy Chen2015-08-035-5/+149
* [SPARK-8430] ExternalShuffleBlockResolver of shuffle service should support U...Lianhui Wang2015-06-191-1/+2
* [SPARK-7726] Fix Scaladoc false errorsIulian Dragos2015-05-194-0/+12
* [SPARK-6627] Finished rename to ShuffleBlockResolverKay Ousterhout2015-05-086-55/+58
* [SPARK-6229] Add SASL encryption to network library.Marcelo Vanzin2015-05-014-17/+34
* [SPARK-6228] [network] Move SASL classes from network/shuffle to network...Marcelo Vanzin2015-03-117-667/+0
* [SPARK-6178][Shuffle] Removed unused importsVinod K C2015-03-068-14/+10
* [Minor] Fix test RetryingBlockFetcherSuite after changed config nameAaron Davidson2015-01-091-2/+2
* [SPARK-4883][Shuffle] Add a name to the directoryCleaner threadzsxwing2014-12-221-3/+5
* Config updates for the new shuffle transport.Reynold Xin2014-12-092-2/+2
* SPARK-4805 [CORE] BlockTransferMessage.toByteArray() trips assertionSean Owen2014-12-091-1/+2
* [SPARK-4326] fix unidocXiangrui Meng2014-11-134-2/+6
* [SPARK-4307] Initialize FileDescriptor lazily in FileRegion.Reynold Xin2014-11-116-16/+29
* [SPARK-4187] [Core] Switch to binary protocol for external shuffle service me...Aaron Davidson2014-11-0718-201/+501
* [SPARK-4236] Cleanup removed applications' files in shuffle serviceAaron Davidson2014-11-065-20/+256
* [SPARK-4188] [Core] Perform network-level retry of shuffle file fetchesAaron Davidson2014-11-067-21/+591
* [SPARK-4277] Support external shuffle service on Standalone WorkerAaron Davidson2014-11-061-1/+2
* [SPARK-3797] Minor addendum to Yarn shuffle serviceAndrew Or2014-11-061-22/+2
* [SPARK-3797] Run external shuffle service in Yarn NMAndrew Or2014-11-051-0/+117
* [SPARK-4242] [Core] Add SASL to external shuffle serviceAaron Davidson2014-11-055-10/+148
* [SPARK-2938] Support SASL authentication in NettyBlockTransferServiceAaron Davidson2014-11-0412-10/+874
* [SPARK-4183] Close transport-related resources between SparkContextsAaron Davidson2014-11-022-1/+10
* [SPARK-3796] Create external service which can serve shuffle filesAaron Davidson2014-11-0115-0/+1630