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 717c0ca commit 829a195Copy full SHA for 829a195
core/src/main/scala/org/apache/spark/SparkConf.scala
@@ -244,7 +244,7 @@ class SparkConf(loadDefaults: Boolean) extends Cloneable with Logging {
244
for (key -> memoryKeys) {
245
val value = getDouble(key, 0.5)
246
if (value > 1 || value < 0) {
247
- throw new IllegalArgumentException("$key should be between 0 and (was '$value').")
+ throw new IllegalArgumentException("$key should be between 0 and (was '$value').")
248
}
249
250
0 commit comments