aboutsummaryrefslogtreecommitdiff
path: root/network/shuffle
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6363][BUILD] Make Scala 2.11 the default Scala versionJosh Rosen2016-01-301-2/+2
* Bump master version to 2.0.0-SNAPSHOT.Reynold Xin2015-12-191-1/+1
* [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-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py.Marcelo Vanzin2015-10-071-8/+2
* [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
* Revert "[SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests....Marcelo Vanzin2015-09-151-0/+10
* [SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py.Marcelo Vanzin2015-09-151-10/+0
* Update version to 1.6.0-SNAPSHOT.Reynold Xin2015-09-151-1/+1
* [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-218-35/+302
* [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-8683] [BUILD] Depend on mockito-core instead of mockito-allJosh Rosen2015-06-271-1/+1
* [SPARK-8430] ExternalShuffleBlockResolver of shuffle service should support U...Lianhui Wang2015-06-191-1/+2
* [SPARK-7801] [BUILD] Updating versions to SPARK 1.5.0Patrick Wendell2015-06-031-1/+1
* [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-6371] [build] Update version to 1.4.0-SNAPSHOT.Marcelo Vanzin2015-03-201-1/+1
* [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
* SPARK-6182 [BUILD] spark-parent pom needs to be published for both 2.10 and 2.11Sean Owen2015-03-051-1/+1
* [SPARK-4809] Rework Guava library shading.Marcelo Vanzin2015-01-281-1/+0
* [Minor] Fix test RetryingBlockFetcherSuite after changed config nameAaron Davidson2015-01-091-2/+2
* SPARK-4159 [CORE] Maven build doesn't run JUnit test suitesSean Owen2015-01-061-5/+0
* [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
* Bumping version to 1.3.0-SNAPSHOT.Marcelo Vanzin2014-11-181-1/+1
* [SPARK-4326] fix unidocXiangrui Meng2014-11-135-3/+6
* [SPARK-4281][Build] Package Yarn shuffle service into its own jarAndrew Or2014-11-121-2/+3
* Support cross building for Scala 2.11Prashant Sharma2014-11-111-2/+2
* [SPARK-4307] Initialize FileDescriptor lazily in FileRegion.Reynold Xin2014-11-116-16/+29
* [SPARK-4291][Build] Rename network module projectsAndrew Or2014-11-071-1/+1
* [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-056-10/+149