aboutsummaryrefslogtreecommitdiff
path: root/network
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6363][BUILD] Make Scala 2.11 the default Scala versionJosh Rosen2016-01-303-6/+6
* [SPARK-12830] Java style: disallow trailing whitespaces.Reynold Xin2016-01-142-7/+7
* [SPARK-12736][CORE][DEPLOY] Standalone Master cannot be started due t…Jacek Laskowski2016-01-101-0/+1
* [SPARK-4819] Remove Guava's "Optional" from public APISean Owen2016-01-081-6/+0
* [STREAMING][MINOR] More contextual information in logs + minor code i…Jacek Laskowski2016-01-073-4/+4
* Bump master version to 2.0.0-SNAPSHOT.Reynold Xin2015-12-193-3/+3
* [SPARK-11097][CORE] Add channelActive callback to RpcHandler to monitor the n...Shixiong Zhu2015-12-187-15/+52
* [SPARK-12350][CORE] Don't log errors when requested stream is not found.Marcelo Vanzin2015-12-182-1/+7
* [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-3044-286/+565
* [SPARK-12000] Fix API doc generation issuesJosh Rosen2015-11-302-3/+3
* [SPARK-11866][NETWORK][CORE] Make sure timed out RPCs are cleaned up.Marcelo Vanzin2015-11-2510-5/+212
* [SPARK-11956][CORE] Fix a few bugs in network lib-based file transfer.Marcelo Vanzin2015-11-252-11/+40
* [SPARK-11140][CORE] Transfer files using network lib when using NettyRpcEnv.Marcelo Vanzin2015-11-232-2/+5
* [SPARK-11865][NETWORK] Avoid returning inactive client in TransportClientFact...Marcelo Vanzin2015-11-234-17/+52
* [SPARK-11762][NETWORK] Account for active streams when couting outstanding re...Marcelo Vanzin2015-11-233-3/+51
* [SPARK-11830][CORE] Make NettyRpcEnv bind to the specified hostzsxwing2015-11-192-5/+17
* [SPARK-11495] Fix potential socket / file handle leaks that were found via st...Josh Rosen2015-11-182-16/+31
* [SPARK-10745][CORE] Separate configs between shuffle and RPCShixiong Zhu2015-11-1814-32/+67
* [SPARK-11617][NETWORK] Fix leak in TransportFrameDecoder.Marcelo Vanzin2015-11-162-41/+151
* [SPARK-11252][NETWORK] ShuffleClient should release connection after fetching...Lianhui Wang2015-11-105-14/+79
* [SPARK-11235][NETWORK] Add ability to stream data using network lib.Marcelo Vanzin2015-11-0420-29/+1196
* [SPARK-10997][CORE] Add "client mode" to netty rpc env.Marcelo Vanzin2015-11-021-0/+5
* [SPARK-11040] [NETWORK] Make sure SASL handler delegates all events.Marcelo Vanzin2015-10-143-3/+37
* [SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py.Marcelo Vanzin2015-10-073-18/+10
* [SPARK-6028] [CORE] Remerge #6457: new RPC implemetation and also pick #8905zsxwing2015-10-033-0/+7
* [SPARK-10833] [BUILD] Inline, organize BSD/MIT licenses in LICENSESean Owen2015-09-281-0/+18
* Revert "[SPARK-6028][Core]A new RPC implemetation based on the network module"Xiangrui Meng2015-09-243-7/+0
* [SPARK-6028][Core]A new RPC implemetation based on the network modulezsxwing2015-09-233-0/+7
* [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-152-0/+20
* [SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py.Marcelo Vanzin2015-09-152-20/+0
* Update version to 1.6.0-SNAPSHOT.Reynold Xin2015-09-153-3/+3
* [SPARK-10004] [SHUFFLE] Perform auth checks when clients read shuffle data.Marcelo Vanzin2015-09-0210-34/+217
* typo in commentDharmesh Kakadia2015-08-281-1/+1
* [SPARK-9439] [YARN] External shuffle service robust to NM restarts using leveldbImran Rashid2015-08-219-46/+353
* [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-0410-31/+73
* [SPARK-8873] [MESOS] Clean up shuffle files if external shuffle service is usedTimothy Chen2015-08-036-5/+154
* [SPARK-3071] Increase default driver memoryIlya Ganelin2015-07-011-0/+6
* [SPARK-8683] [BUILD] Depend on mockito-core instead of mockito-allJosh Rosen2015-06-272-2/+2
* [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-033-3/+3
* [SPARK-7726] Fix Scaladoc false errorsIulian Dragos2015-05-194-0/+12
* [SPARK-6955] Perform port retries at NettyBlockTransferService levelAaron Davidson2015-05-081-36/+9
* [SPARK-6627] Finished rename to ShuffleBlockResolverKay Ousterhout2015-05-086-55/+58
* [SPARK-6229] Add SASL encryption to network library.Marcelo Vanzin2015-05-0122-84/+1029