spark-instrumented-optimizer/network/yarn
Shixiong Zhu 7c5b641808 [SPARK-10745][CORE] Separate configs between shuffle and RPC
[SPARK-6028](https://issues.apache.org/jira/browse/SPARK-6028) uses network module to implement RPC. However, there are some configurations named with `spark.shuffle` prefix in the network module.

This PR refactors them to make sure the user can control them in shuffle and RPC separately. The user can use `spark.rpc.*` to set the configuration for netty RPC.

Author: Shixiong Zhu <shixiong@databricks.com>

Closes #9481 from zsxwing/SPARK-10745.
2015-11-18 12:53:22 -08:00
..
src/main/java/org/apache/spark/network/yarn [SPARK-10745][CORE] Separate configs between shuffle and RPC 2015-11-18 12:53:22 -08:00
pom.xml [SPARK-10997][CORE] Add "client mode" to netty rpc env. 2015-11-02 10:26:36 -08:00