You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2020/09/29 13:45:15 UTC

[spark] branch branch-3.0 updated: [MINOR][DOCS] Fixing log message for better clarity

This is an automated email from the ASF dual-hosted git repository.

srowen pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 39bfae2  [MINOR][DOCS] Fixing log message for better clarity
39bfae2 is described below

commit 39bfae25979aecbe8058beb2a4882fde9f141eba
Author: Akshat Bordia <ak...@gmail.com>
AuthorDate: Tue Sep 29 08:38:43 2020 -0500

    [MINOR][DOCS] Fixing log message for better clarity
    
    Fixing log message for better clarity.
    
    Closes #29870 from akshatb1/master.
    
    Lead-authored-by: Akshat Bordia <ak...@gmail.com>
    Co-authored-by: Akshat Bordia <ak...@citrix.com>
    Signed-off-by: Sean Owen <sr...@gmail.com>
    (cherry picked from commit 7766fd13c9e7cb72b97fdfee224d3958fbe882a0)
    Signed-off-by: Sean Owen <sr...@gmail.com>
---
 core/src/main/scala/org/apache/spark/SparkConf.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/main/scala/org/apache/spark/SparkConf.scala b/core/src/main/scala/org/apache/spark/SparkConf.scala
index 40915e3..802100e 100644
--- a/core/src/main/scala/org/apache/spark/SparkConf.scala
+++ b/core/src/main/scala/org/apache/spark/SparkConf.scala
@@ -577,7 +577,7 @@ class SparkConf(loadDefaults: Boolean) extends Cloneable with Logging with Seria
     // If spark.executor.heartbeatInterval bigger than spark.network.timeout,
     // it will almost always cause ExecutorLostFailure. See SPARK-22754.
     require(executorTimeoutThresholdMs > executorHeartbeatIntervalMs, "The value of " +
-      s"${networkTimeout}=${executorTimeoutThresholdMs}ms must be no less than the value of " +
+      s"${networkTimeout}=${executorTimeoutThresholdMs}ms must be greater than the value of " +
       s"${EXECUTOR_HEARTBEAT_INTERVAL.key}=${executorHeartbeatIntervalMs}ms.")
   }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org