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 317e114 commit 937740aCopy full SHA for 937740a
core/src/main/scala/org/apache/spark/SparkConf.scala
@@ -61,7 +61,7 @@ class SparkConf(loadDefaults: Boolean) extends Cloneable with Logging {
61
throw new NullPointerException("null key")
62
}
63
if (value == null) {
64
- throw new NullPointerException("null value")
+ throw new NullPointerException("null value for " + key)
65
66
settings(key) = value
67
this
0 commit comments