spark-instrumented-optimizer/common
xu.zhang 763b83ee84 [SPARK-21701][CORE] Enable RPC client to use SO_RCVBUF and SO_SNDBUF in SparkConf.
## What changes were proposed in this pull request?

TCP parameters like SO_RCVBUF and SO_SNDBUF can be set in SparkConf, and `org.apache.spark.network.server.TransportServe`r can use those parameters to build server by leveraging netty. But for TransportClientFactory, there is no such way to set those parameters from SparkConf. This could be inconsistent in server and client side when people set parameters in SparkConf. So this PR make RPC client to be enable to use those TCP parameters as well.

## How was this patch tested?

Existing tests.

Author: xu.zhang <xu.zhang@hulu.com>

Closes #18964 from neoremind/add_client_param.
2017-08-24 14:27:52 -07:00
..
kvstore [SPARK-21671][CORE] Move kvstore to "util" sub-package, add private annotation. 2017-08-08 14:33:27 -07:00
network-common [SPARK-21701][CORE] Enable RPC client to use SO_RCVBUF and SO_SNDBUF in SparkConf. 2017-08-24 14:27:52 -07:00
network-shuffle [SPARK-21501] Change CacheLoader to limit entries based on memory footprint 2017-08-23 11:51:11 -05:00
network-yarn [SPARK-21494][NETWORK] Use correct app id when authenticating to external service. 2017-07-25 17:57:26 -07:00
sketch [SPARK-21592][BUILD] Skip maven-compiler-plugin main and test compilations in Maven build 2017-08-01 19:03:34 +01:00
tags [SPARK-20453] Bump master branch version to 2.3.0-SNAPSHOT 2017-04-24 21:48:04 -07:00
unsafe [SPARK-21592][BUILD] Skip maven-compiler-plugin main and test compilations in Maven build 2017-08-01 19:03:34 +01:00