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 1a30429 commit 171cea8Copy full SHA for 171cea8
core/src/main/scala/org/apache/spark/util/AkkaUtils.scala
@@ -119,7 +119,7 @@ private[spark] object AkkaUtils extends Logging {
119
120
/** Returns the default Spark timeout to use for Akka remote actor lookup. */
121
def lookupTimeout(conf: SparkConf): FiniteDuration = {
122
- Duration.create(conf.get("spark.akka.lookupTimeout", "30").toLong, "seconds")
+ Duration.create(conf.getLong("spark.akka.lookupTimeout", 30), "seconds")
123
}
124
125
/** Returns the configured max frame size for Akka messages in bytes. */
0 commit comments