We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d98ce3 commit f7e7568Copy full SHA for f7e7568
core/src/main/scala/org/apache/spark/network/netty/NettyConfig.scala
@@ -53,7 +53,7 @@ class NettyConfig(conf: SparkConf) {
53
* buffer size should be ~ 1.25MB
54
*/
55
private[netty] val receiveBuf: Option[Int] =
56
- conf.getOption("spark.shuffle.io.sendBuffer").map(_.toInt)
+ conf.getOption("spark.shuffle.io.receiveBuffer").map(_.toInt)
57
58
/** Send buffer size (SO_SNDBUF). */
59
private[netty] val sendBuf: Option[Int] =
0 commit comments