wenxuanguan commented on a change in pull request #24631: [SPARK-27774][CORE]
Avoid hardcoded configs
URL: https://github.com/apache/spark/pull/24631#discussion_r285442980
##########
File path: core/src/main/scala/org/apache/spark/SparkConf.scala
##########
@@ -667,12 +667,12 @@ private[spark] object SparkConf extends Logging {
translation = s => s"${s.toLong * 10}s")),
REDUCER_MAX_SIZE_IN_FLIGHT.key -> Seq(
AlternateConfig("spark.reducer.maxMbInFlight", "1.4")),
- "spark.kryoserializer.buffer" -> Seq(
Review comment:
@dongjoon-hyun Sorry for delay.
I have fix the test, and changed some configs with the same problem.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]