aboutsummaryrefslogtreecommitdiff
path: root/network/common
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6955] Perform port retries at NettyBlockTransferService levelAaron Davidson2015-05-081-36/+9
* [SPARK-6229] Add SASL encryption to network library.Marcelo Vanzin2015-05-0117-61/+986
* [SPARK-7183] [NETWORK] Fix memory leak of TransportRequestHandler.streamIdsLiang-Chi Hsieh2015-05-013-24/+44
* [SPARK-5932] [CORE] Use consistent naming for size propertiesIlya Ganelin2015-04-282-8/+166
* [SPARK-7168] [BUILD] Update plugin versions in Maven build and centralize ver...Sean Owen2015-04-281-1/+0
* [SPARK-7003] Improve reliability of connection failure detection between Nett...Aaron Davidson2015-04-207-18/+375
* [SPARK-5931][CORE] Use consistent naming for time propertiesIlya Ganelin2015-04-132-4/+77
* [SPARK-6578] Small rewrite to make the logic more clear in MessageWithHeader....Reynold Xin2015-04-011-20/+23
* [SPARK-6578] [core] Fix thread-safety issue in outbound path of network library.Marcelo Vanzin2015-04-017-10/+364
* [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-0/+667
* [SPARK-6178][Shuffle] Removed unused importsVinod K C2015-03-067-14/+2
* SPARK-6182 [BUILD] spark-parent pom needs to be published for both 2.10 and 2.11Sean Owen2015-03-051-1/+1
* [SPARK-5444][Network]Add a retry to deal with the conflict port in netty server.huangzhaowei2015-02-062-2/+41
* [SPARK-3996]: Shade Jetty in Spark deliverablesPatrick Wendell2015-02-011-12/+0
* Revert "[WIP] [SPARK-3996]: Shade Jetty in Spark deliverables"Patrick Wendell2015-01-291-0/+12
* [WIP] [SPARK-3996]: Shade Jetty in Spark deliverablesPatrick Wendell2015-01-291-12/+0
* [SPARK-4809] Rework Guava library shading.Marcelo Vanzin2015-01-281-6/+18
* SPARK-4159 [CORE] Maven build doesn't run JUnit test suitesSean Owen2015-01-061-5/+0
* [SPARK-5093] Set spark.network.timeout to 120s consistently.Reynold Xin2015-01-051-3/+2
* [SPARK-4688] Have a single shared network timeout in SparkVarun Saxena2015-01-051-1/+3
* [SPARK-4864] Add documentation to Netty-based configsAaron Davidson2014-12-221-1/+1
* Config updates for the new shuffle transport.Reynold Xin2014-12-091-4/+4
* [SPARK-4740] Create multiple concurrent connections between two peer nodes in...Reynold Xin2014-12-093-46/+180
* [SPARK-4193][BUILD] Disable doclint in Java 8 to prevent from build error.Takuya UESHIN2014-11-285-5/+5
* [SPARK-4516] Avoid allocating Netty PooledByteBufAllocators unnecessarilyAaron Davidson2014-11-262-10/+8
* Bumping version to 1.3.0-SNAPSHOT.Marcelo Vanzin2014-11-181-1/+1
* [SPARK-4326] fix unidocXiangrui Meng2014-11-131-1/+0
* [SPARK-4370] [Core] Limit number of Netty cores based on executor sizeAaron Davidson2014-11-123-33/+43
* [SPARK-4281][Build] Package Yarn shuffle service into its own jarAndrew Or2014-11-121-2/+3
* [SPARK-4307] Initialize FileDescriptor lazily in FileRegion.Reynold Xin2014-11-114-15/+145
* [Minor] [Core] Don't NPE on closeQuietly(null)Aaron Davidson2014-11-081-1/+3
* [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-076-55/+107
* [SPARK-4236] Cleanup removed applications' files in shuffle serviceAaron Davidson2014-11-061-0/+59
* [SPARK-4188] [Core] Perform network-level retry of shuffle file fetchesAaron Davidson2014-11-068-20/+60
* [SPARK-3797] Minor addendum to Yarn shuffle serviceAndrew Or2014-11-061-0/+20
* [SPARK-4242] [Core] Add SASL to external shuffle serviceAaron Davidson2014-11-053-1/+90
* [SPARK-2938] Support SASL authentication in NettyBlockTransferServiceAaron Davidson2014-11-048-22/+125
* [SPARK-4183] Close transport-related resources between SparkContextsAaron Davidson2014-11-022-3/+5
* [SPARK-3796] Create external service which can serve shuffle filesAaron Davidson2014-11-0115-43/+164
* HOTFIX: Clean up build in network module.Patrick Wendell2014-10-301-17/+17
* [SPARK-3453] Netty-based BlockTransferService, extracted from Spark coreReynold Xin2014-10-2946-0/+3804