dongjoon-hyun commented on code in PR #52558:
URL: https://github.com/apache/spark/pull/52558#discussion_r2417340826
##########
core/src/main/scala/org/apache/spark/SparkConf.scala:
##########
@@ -667,7 +667,7 @@ private[spark] object SparkConf extends Logging {
DeprecatedConfig("spark.shuffle.spill", "1.6", "Not used anymore."),
DeprecatedConfig("spark.rpc", "2.0", "Not used anymore."),
DeprecatedConfig("spark.scheduler.executorTaskBlacklistTime", "2.1.0",
- "Please use the new excludedOnFailure options,
spark.excludeOnFailure.*"),
+ "Not used anymore. Please use the new excludedOnFailure options,
spark.excludeOnFailure.*"),
Review Comment:
We still maintain the revised deprecation warning message to lead a new
configuration name.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]